diff options
| author | Tanuj <thetanuj@hotmail.com> | 2026-06-17 14:03:49 +0530 |
|---|---|---|
| committer | Tanuj <thetanuj@hotmail.com> | 2026-06-17 14:03:49 +0530 |
| commit | ed617eef512c17b4633268b69359483185983f2d (patch) | |
| tree | d25ab02413250c8e7f8940a95923b675a6777798 | |
| parent | 27b9c69d3dfc87b02352ef7923eb66bf941c6b1e (diff) | |
| download | SidePhOnelauncher-ed617eef512c17b4633268b69359483185983f2d.tar.gz SidePhOnelauncher-ed617eef512c17b4633268b69359483185983f2d.tar.bz2 SidePhOnelauncher-ed617eef512c17b4633268b69359483185983f2d.zip | |
Minor UI changes in settings
| -rw-r--r-- | app/src/main/res/drawable/rounded_rect_shade_color.xml | 2 | ||||
| -rw-r--r-- | app/src/main/res/layout/fragment_settings.xml | 24 |
2 files changed, 15 insertions, 11 deletions
diff --git a/app/src/main/res/drawable/rounded_rect_shade_color.xml b/app/src/main/res/drawable/rounded_rect_shade_color.xml index 482878c..ed0e1c5 100644 --- a/app/src/main/res/drawable/rounded_rect_shade_color.xml +++ b/app/src/main/res/drawable/rounded_rect_shade_color.xml @@ -2,7 +2,7 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="?attr/primaryShadeDarkColor" /> - <corners android:radius="28dp" /> + <corners android:radius="32dp" /> <stroke android:width="0.5dp" android:color="?attr/primaryColorTrans50" /> diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml index 017a38f..f557a63 100644 --- a/app/src/main/res/layout/fragment_settings.xml +++ b/app/src/main/res/layout/fragment_settings.xml @@ -36,7 +36,8 @@ android:layout_marginEnd="12dp" android:background="@drawable/rounded_rect_shade_color" android:orientation="vertical" - android:padding="12dp"> + android:paddingHorizontal="12dp" + android:paddingVertical="16dp"> <FrameLayout android:layout_width="match_parent" @@ -67,7 +68,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="8dp" - android:layout_marginTop="20dp" + android:layout_marginTop="18dp" android:layout_marginBottom="8dp" android:text="@string/set_as_default_launcher" /> @@ -77,7 +78,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="8dp" - android:layout_marginTop="12dp" + android:layout_marginTop="16dp" android:layout_marginBottom="8dp" android:drawablePadding="8dp" android:gravity="center" @@ -89,7 +90,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="8dp" - android:layout_marginTop="12dp" + android:layout_marginTop="16dp" android:layout_marginBottom="8dp" android:text="@string/more_features" /> @@ -104,7 +105,8 @@ android:clipChildren="false" android:clipToPadding="false" android:orientation="vertical" - android:padding="12dp" + android:paddingHorizontal="12dp" + android:paddingVertical="16dp" tools:visibility="visible"> <TextView @@ -112,7 +114,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="8dp" - android:layout_marginTop="12dp" + android:layout_marginTop="8dp" android:layout_marginBottom="4dp" android:text="@string/home_screen" android:textColor="?attr/primaryColor" /> @@ -482,7 +484,8 @@ android:clipChildren="false" android:clipToPadding="false" android:orientation="vertical" - android:padding="12dp" + android:paddingHorizontal="12dp" + android:paddingVertical="16dp" tools:visibility="visible"> <TextView @@ -490,7 +493,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="8dp" - android:layout_marginTop="12dp" + android:layout_marginTop="8dp" android:layout_marginBottom="4dp" android:text="@string/appearance" android:textColor="?attr/primaryColor" /> @@ -744,7 +747,8 @@ android:animateLayoutChanges="true" android:background="@drawable/rounded_rect_shade_color" android:orientation="vertical" - android:padding="12dp"> + android:paddingHorizontal="12dp" + android:paddingVertical="16dp"> <TextView android:id="@+id/tvGestures" @@ -752,7 +756,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="8dp" - android:layout_marginTop="12dp" + android:layout_marginTop="8dp" android:layout_marginBottom="4dp" android:text="@string/gestures" android:textColor="?attr/primaryColor" /> |
