diff options
| author | Tanuj <thetanuj@hotmail.com> | 2023-09-21 14:58:00 +0530 |
|---|---|---|
| committer | Tanuj <thetanuj@hotmail.com> | 2023-09-21 14:58:00 +0530 |
| commit | c6428f4ac1ad797d1933fedbcdcc29146fdb2992 (patch) | |
| tree | 9393a5db4e66782a94c65258839c3a304cef4351 /app/src/main/res/drawable | |
| parent | db5fbe2de69f43e6c6ab68f912e330cce92473ee (diff) | |
| download | SidePhOnelauncher-c6428f4ac1ad797d1933fedbcdcc29146fdb2992.tar.gz SidePhOnelauncher-c6428f4ac1ad797d1933fedbcdcc29146fdb2992.tar.bz2 SidePhOnelauncher-c6428f4ac1ad797d1933fedbcdcc29146fdb2992.zip | |
Minor UI changes
Diffstat (limited to 'app/src/main/res/drawable')
| -rw-r--r-- | app/src/main/res/drawable/rounded_rect_shade_color.xml | 4 |
1 files changed, 2 insertions, 2 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 aed3918..bb87ed4 100644 --- a/app/src/main/res/drawable/rounded_rect_shade_color.xml +++ b/app/src/main/res/drawable/rounded_rect_shade_color.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> - <solid android:color="?attr/primaryShadeDarkColor" /> - <corners android:radius="24dp" /> + <solid android:color="?attr/primaryShadeColor" /> + <corners android:radius="16dp" /> <stroke android:width="0.5dp" android:color="?attr/primaryColorTrans50" /> |
