From d6a5acc65b0e1f3815a951703c5697a66d0fc974 Mon Sep 17 00:00:00 2001 From: Mostafa Date: Fri, 4 Oct 2024 15:26:43 +0300 Subject: [PATCH 1/2] design: align settings header with content --- app/src/main/res/layout/custom_action_bar_layout.xml | 5 +++-- app/src/main/res/layout/fragment_language_settings.xml | 2 +- app/src/main/res/layout/fragment_settings.xml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/custom_action_bar_layout.xml b/app/src/main/res/layout/custom_action_bar_layout.xml index ff82a341..fe04f8f3 100644 --- a/app/src/main/res/layout/custom_action_bar_layout.xml +++ b/app/src/main/res/layout/custom_action_bar_layout.xml @@ -1,9 +1,10 @@ - Date: Mon, 7 Oct 2024 16:43:26 +0300 Subject: [PATCH 2/2] design: fix design spaces in about page and subpages --- app/src/main/res/layout/fragment_about.xml | 6 +++--- app/src/main/res/layout/fragment_privacy_policy.xml | 4 ++-- app/src/main/res/layout/fragment_third_party.xml | 4 ++-- app/src/main/res/layout/fragment_wikimedia_scribe.xml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/src/main/res/layout/fragment_about.xml b/app/src/main/res/layout/fragment_about.xml index 8100053b..2a7d2f0f 100644 --- a/app/src/main/res/layout/fragment_about.xml +++ b/app/src/main/res/layout/fragment_about.xml @@ -17,7 +17,7 @@ android:id="@+id/tvTitle" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginStart="16dp" + android:layout_marginStart="10dp" android:paddingTop="10dp" android:text="@string/app.about.community.title" android:textColor="@color/text_color" @@ -33,8 +33,8 @@ android:id="@+id/tvTitle2" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginStart="10dp" android:layout_marginTop="16dp" - android:layout_marginStart="16dp" android:text="@string/app.about.feedback.title" android:textColor="@color/text_color" android:textSize="20sp" @@ -50,7 +50,7 @@ android:id="@+id/tvTitle3" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginTop="16dp" + android:layout_marginTop="10dp" android:layout_marginStart="16dp" android:text="@string/app.about.legal.title" android:textColor="@color/text_color" diff --git a/app/src/main/res/layout/fragment_privacy_policy.xml b/app/src/main/res/layout/fragment_privacy_policy.xml index e0b05c46..488959a0 100644 --- a/app/src/main/res/layout/fragment_privacy_policy.xml +++ b/app/src/main/res/layout/fragment_privacy_policy.xml @@ -10,12 +10,12 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:padding="10dp"> + android:padding="2dp"> + android:padding="3dp"> + android:padding="3dp">