From 7ad78bbf539ff8652f349fed86aaba6b99d54a87 Mon Sep 17 00:00:00 2001 From: Altonss <66519591+Altonss@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:14:15 +0200 Subject: [PATCH] Increase margin to data source text (#361) * Update fragment_onboarding_data_source.xml Increase margin to data source text * Update fragment_onboarding_data_source.xml Increase margin to data source text * use margin instead of padding --------- Co-authored-by: johan12345 --- .../main/res/layout-land/fragment_onboarding_data_source.xml | 4 ++-- app/src/main/res/layout/fragment_onboarding_data_source.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 +