diff options
| author | Tanuj <thetanuj@hotmail.com> | 2024-08-23 14:53:54 +0530 |
|---|---|---|
| committer | Tanuj <thetanuj@hotmail.com> | 2024-08-23 14:53:54 +0530 |
| commit | d3809fc56ace5fc9846c3878b3f85713ba19aef6 (patch) | |
| tree | d4b05e47a64a2bb3914a8dc6632e8693a5836049 /app/src/main/res/drawable | |
| parent | 9116775fbfa96f5b6493d1a94a1429429ad9f4ae (diff) | |
| download | SidePhOnelauncher-d3809fc56ace5fc9846c3878b3f85713ba19aef6.tar.gz SidePhOnelauncher-d3809fc56ace5fc9846c3878b3f85713ba19aef6.tar.bz2 SidePhOnelauncher-d3809fc56ace5fc9846c3878b3f85713ba19aef6.zip | |
Removed character scrolling in the app drawer
Diffstat (limited to 'app/src/main/res/drawable')
| -rw-r--r-- | app/src/main/res/drawable/rounded_rect_shade_color.xml | 2 |
1 files changed, 1 insertions, 1 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 b3274c4..aed3918 100644 --- a/app/src/main/res/drawable/rounded_rect_shade_color.xml +++ b/app/src/main/res/drawable/rounded_rect_shade_color.xml @@ -4,6 +4,6 @@ <solid android:color="?attr/primaryShadeDarkColor" /> <corners android:radius="24dp" /> <stroke - android:width="0.6dp" + android:width="0.5dp" android:color="?attr/primaryColorTrans50" /> </shape> |
