diff --git a/app/src/main/res/layout-land/fragment_onboarding_data_source.xml b/app/src/main/res/layout-land/fragment_onboarding_data_source.xml index d27c2fba7..7e1e67acf 100644 --- a/app/src/main/res/layout-land/fragment_onboarding_data_source.xml +++ b/app/src/main/res/layout-land/fragment_onboarding_data_source.xml @@ -44,7 +44,7 @@ android:layout_height="wrap_content" android:layout_marginStart="32dp" android:layout_marginEnd="32dp" - android:layout_marginBottom="8dp" + android:layout_marginBottom="16dp" android:breakStrategy="balanced" android:text="@string/data_sources_description" android:textAppearance="@style/TextAppearance.Material3.BodyMedium" @@ -92,4 +92,4 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toEndOf="@+id/scroll" /> - \ No newline at end of file + diff --git a/app/src/main/res/layout/fragment_onboarding_data_source.xml b/app/src/main/res/layout/fragment_onboarding_data_source.xml index bf4bf7d70..4fe642a47 100644 --- a/app/src/main/res/layout/fragment_onboarding_data_source.xml +++ b/app/src/main/res/layout/fragment_onboarding_data_source.xml @@ -18,7 +18,7 @@ android:layout_height="wrap_content" android:layout_marginStart="24dp" android:layout_marginEnd="24dp" - android:layout_marginBottom="16dp" + android:layout_marginBottom="32dp" app:layout_constraintBottom_toTopOf="@+id/dataSourceHint" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.5" @@ -103,4 +103,4 @@ tools:text="@string/accept_privacy" /> - \ No newline at end of file +