diff options
| -rw-r--r-- | res/drawable/app_icon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/app_icon.xml b/res/drawable/app_icon.xml index 456ca83..4571b62 100644 --- a/res/drawable/app_icon.xml +++ b/res/drawable/app_icon.xml @@ -15,7 +15,7 @@ --> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background> - <color android:color="@*android:color/accent_device_default_light" /> + <color android:color="#008577" /> </background> <foreground> <inset |
