From dec67663f0e939cd447c038d805db127bab8326e Mon Sep 17 00:00:00 2001 From: HeCodes2Much Date: Tue, 26 Nov 2024 18:10:26 +0000 Subject: [PATCH] Refactor: Cleaned up the settings panel size --- app/src/main/res/layout/fragment_settings_advanced.xml | 2 +- app/src/main/res/layout/fragment_settings_features.xml | 2 +- app/src/main/res/layout/fragment_settings_look_feel.xml | 2 +- app/src/main/res/layout/fragment_settings_widgets.xml | 2 +- app/src/main/res/layout/fragment_widgets.xml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/fragment_settings_advanced.xml b/app/src/main/res/layout/fragment_settings_advanced.xml index f8eb017..baacde1 100644 --- a/app/src/main/res/layout/fragment_settings_advanced.xml +++ b/app/src/main/res/layout/fragment_settings_advanced.xml @@ -21,7 +21,7 @@ diff --git a/app/src/main/res/layout/fragment_settings_features.xml b/app/src/main/res/layout/fragment_settings_features.xml index ebe5d17..d8d2d49 100644 --- a/app/src/main/res/layout/fragment_settings_features.xml +++ b/app/src/main/res/layout/fragment_settings_features.xml @@ -22,7 +22,7 @@ diff --git a/app/src/main/res/layout/fragment_settings_look_feel.xml b/app/src/main/res/layout/fragment_settings_look_feel.xml index 3c6c4d4..8553b97 100644 --- a/app/src/main/res/layout/fragment_settings_look_feel.xml +++ b/app/src/main/res/layout/fragment_settings_look_feel.xml @@ -22,7 +22,7 @@ diff --git a/app/src/main/res/layout/fragment_settings_widgets.xml b/app/src/main/res/layout/fragment_settings_widgets.xml index 816b34c..dd3184a 100644 --- a/app/src/main/res/layout/fragment_settings_widgets.xml +++ b/app/src/main/res/layout/fragment_settings_widgets.xml @@ -28,7 +28,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="10dp" - android:layout_marginVertical="32dp" + android:layout_marginVertical="52dp" android:orientation="vertical" tools:ignore="MissingConstraints"> diff --git a/app/src/main/res/layout/fragment_widgets.xml b/app/src/main/res/layout/fragment_widgets.xml index 6aeec28..d56b2cd 100644 --- a/app/src/main/res/layout/fragment_widgets.xml +++ b/app/src/main/res/layout/fragment_widgets.xml @@ -43,7 +43,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="16dp" - android:layout_marginVertical="5dp" + android:layout_marginVertical="10dp" android:background="@drawable/widget_background" android:orientation="vertical" android:visibility="gone"> @@ -231,7 +231,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="16dp" - android:layout_marginVertical="5dp" + android:layout_marginVertical="10dp" android:background="@drawable/widget_background" android:orientation="vertical" android:visibility="gone">