Skip to content

Commit 858b86a

Browse files
committed
Fix onboarding not being completable with large fontsizes
1 parent 647300f commit 858b86a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/layout/onboarding_fragment.xml

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
android:layout_height="wrap_content"
8585
android:layout_marginHorizontal="32dp"
8686
android:layout_marginTop="32dp"
87+
android:layout_marginBottom="64dp"
8788
android:text="@string/general_continue_action"
8889
app:layout_constraintBottom_toBottomOf="parent"
8990
app:layout_constraintEnd_toEndOf="parent"

0 commit comments

Comments
 (0)