Skip to content

Commit

Permalink
Fix onboarding not being completable with large fontsizes
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Sep 30, 2024
1 parent 647300f commit 858b86a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/onboarding_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="32dp"
android:layout_marginTop="32dp"
android:layout_marginBottom="64dp"
android:text="@string/general_continue_action"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 858b86a

Please sign in to comment.