summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanuj <thetanuj@hotmail.com>2026-04-02 13:15:37 +0530
committerTanuj <thetanuj@hotmail.com>2026-04-02 13:15:37 +0530
commit1c96fdf0a4274b81f518d8f6d79b87299cf9bc41 (patch)
tree95cbea4edb3e0b16d9667be9d7b8f0f0ab72f309
parent38a79d3ba0b05fac162a567729471bc844a93935 (diff)
downloadSidePhOnelauncher-1c96fdf0a4274b81f518d8f6d79b87299cf9bc41.tar.gz
SidePhOnelauncher-1c96fdf0a4274b81f518d8f6d79b87299cf9bc41.tar.bz2
SidePhOnelauncher-1c96fdf0a4274b81f518d8f6d79b87299cf9bc41.zip
UI/UX changes
-rw-r--r--app/src/main/res/drawable/rounded_rect_shade_color.xml6
-rw-r--r--app/src/main/res/layout-land/fragment_app_drawer.xml2
-rw-r--r--app/src/main/res/layout-land/fragment_home.xml3
-rw-r--r--app/src/main/res/layout/adapter_app_drawer.xml8
-rw-r--r--app/src/main/res/layout/fragment_app_drawer.xml6
-rw-r--r--app/src/main/res/layout/fragment_home.xml6
-rw-r--r--app/src/main/res/layout/fragment_settings.xml10
-rw-r--r--app/src/main/res/values/strings.xml2
8 files changed, 23 insertions, 20 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 eda3ce1..482878c 100644
--- a/app/src/main/res/drawable/rounded_rect_shade_color.xml
+++ b/app/src/main/res/drawable/rounded_rect_shade_color.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
- <solid android:color="?attr/primaryShadeColor" />
- <corners android:radius="20dp" />
+ <solid android:color="?attr/primaryShadeDarkColor" />
+ <corners android:radius="28dp" />
<stroke
- android:width="0.8dp"
+ android:width="0.5dp"
android:color="?attr/primaryColorTrans50" />
</shape>
diff --git a/app/src/main/res/layout-land/fragment_app_drawer.xml b/app/src/main/res/layout-land/fragment_app_drawer.xml
index cacd650..2bf46f9 100644
--- a/app/src/main/res/layout-land/fragment_app_drawer.xml
+++ b/app/src/main/res/layout-land/fragment_app_drawer.xml
@@ -33,7 +33,7 @@
app:closeIcon="@null"
app:iconifiedByDefault="false"
app:queryBackground="@null"
- app:queryHint="__"
+ app:queryHint="___"
app:searchIcon="@null"
app:theme="@style/AppSearchText" />
diff --git a/app/src/main/res/layout-land/fragment_home.xml b/app/src/main/res/layout-land/fragment_home.xml
index 377df23..ad48c44 100644
--- a/app/src/main/res/layout-land/fragment_home.xml
+++ b/app/src/main/res/layout-land/fragment_home.xml
@@ -63,7 +63,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end"
- android:layout_marginHorizontal="10dp"
+ android:layout_marginHorizontal="74dp"
android:layout_marginTop="72dp"
android:gravity="center"
android:padding="10dp"
@@ -180,7 +180,6 @@
android:layout_gravity="bottom|center_horizontal"
android:layout_marginHorizontal="8dp"
android:layout_marginBottom="56dp"
- android:gravity="center"
android:text="@string/swipe_up_for_apps" />
<!-- Set default launcher -->
diff --git a/app/src/main/res/layout/adapter_app_drawer.xml b/app/src/main/res/layout/adapter_app_drawer.xml
index 92cf344..9168741 100644
--- a/app/src/main/res/layout/adapter_app_drawer.xml
+++ b/app/src/main/res/layout/adapter_app_drawer.xml
@@ -12,16 +12,16 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLines="1"
- android:paddingHorizontal="20dp"
+ android:paddingHorizontal="24dp"
android:paddingVertical="@dimen/app_padding_vertical"
android:text="@string/app" />
<ImageView
android:id="@+id/otherProfileIndicator"
- android:layout_width="4dp"
- android:layout_height="4dp"
+ android:layout_width="5dp"
+ android:layout_height="5dp"
android:layout_gravity="center_vertical"
- android:layout_marginStart="8dp"
+ android:layout_marginStart="10dp"
android:layout_marginTop="1dp"
android:gravity="center"
android:src="@drawable/ic_rounded"
diff --git a/app/src/main/res/layout/fragment_app_drawer.xml b/app/src/main/res/layout/fragment_app_drawer.xml
index fed7ffa..7935654 100644
--- a/app/src/main/res/layout/fragment_app_drawer.xml
+++ b/app/src/main/res/layout/fragment_app_drawer.xml
@@ -23,17 +23,17 @@
android:id="@+id/search"
android:layout_width="0dp"
android:layout_height="wrap_content"
- android:layout_marginEnd="32dp"
+ android:layout_marginEnd="16dp"
android:layout_weight="1"
android:gravity="end"
android:imeOptions="actionSearch"
- android:paddingHorizontal="3dp"
+ android:paddingHorizontal="7dp"
android:paddingVertical="0dp"
android:textCursorDrawable="@null"
app:closeIcon="@null"
app:iconifiedByDefault="false"
app:queryBackground="@null"
- app:queryHint="___"
+ app:queryHint=" ___"
app:searchIcon="@null"
app:theme="@style/AppSearchText" />
diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml
index 4a93adf..c1dd3de 100644
--- a/app/src/main/res/layout/fragment_home.xml
+++ b/app/src/main/res/layout/fragment_home.xml
@@ -27,7 +27,7 @@
android:id="@+id/dateTimeLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginHorizontal="20dp"
+ android:layout_marginHorizontal="24dp"
android:layout_marginTop="56dp"
android:orientation="vertical"
android:visibility="gone"
@@ -78,7 +78,7 @@
android:layout_height="match_parent"
android:gravity="center_vertical"
android:orientation="vertical"
- android:paddingHorizontal="20dp"
+ android:paddingHorizontal="24dp"
android:paddingTop="112dp"
android:paddingBottom="48dp">
@@ -178,7 +178,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
- android:layout_marginStart="20dp"
+ android:layout_marginStart="24dp"
android:layout_marginEnd="8dp"
android:layout_marginBottom="56dp"
android:text="@string/swipe_up_for_apps"
diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml
index cbdf526..a461d0e 100644
--- a/app/src/main/res/layout/fragment_settings.xml
+++ b/app/src/main/res/layout/fragment_settings.xml
@@ -41,7 +41,8 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="8dp">
+ android:layout_marginTop="8dp"
+ android:layout_marginBottom="4dp">
<TextView
android:id="@+id/olauncherHiddenApps"
@@ -112,6 +113,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginTop="12dp"
+ android:layout_marginBottom="4dp"
android:text="@string/home_screen"
android:textColor="?attr/primaryColor" />
@@ -489,6 +491,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginTop="12dp"
+ android:layout_marginBottom="4dp"
android:text="@string/appearance"
android:textColor="?attr/primaryColor" />
@@ -502,8 +505,8 @@
style="@style/TextSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginEnd="80dp"
android:layout_marginStart="8dp"
+ android:layout_marginEnd="80dp"
android:paddingVertical="8dp"
android:text="@string/auto_show_keyboard"
android:textColor="?attr/primaryColor" />
@@ -750,6 +753,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginTop="12dp"
+ android:layout_marginBottom="4dp"
android:text="@string/gestures"
android:textColor="?attr/primaryColor" />
@@ -922,8 +926,8 @@
style="@style/TextSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:paddingVertical="8dp"
android:layout_marginEnd="80dp"
+ android:paddingVertical="8dp"
android:text="@string/home_button_show_recents"
android:textColor="?attr/primaryColor" />
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 7c3b953..dd3c1ed 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -5,7 +5,7 @@
<string name="recents_layout_description" translatable="false">recents layout description to be used a unique id to show recent apps</string>
<string name="olauncher_pro" translatable="false">Olauncher Pro</string>
<string name="digital_minimalism" translatable="false"><u>Digital Minimalism</u></string>
- <string name="new_app_note_safe" translatable="false"><u>Note Safe</u>\n<sub><small>(Ad-Free)</small></sub></string>
+ <string name="new_app_note_safe" translatable="false"><u>Note to Self</u>\n<sub><small>(Ad-Free)</small></sub></string>
<string name="new_app_minimal_todo_lists" translatable="false"><u>Minimal Todo Lists</u>\n<sub><small>(Ad-Free)</small></sub></string>
<string name="day_battery" formatted="false" translatable="false">%s, %d%%</string>
<string name="tag_0" translatable="false">0</string>