diff options
Diffstat (limited to 'android/app/src')
| -rw-r--r-- | android/app/src/main/res/drawable/icon_android.xml (renamed from android/app/src/main/res/drawable/ic_launcher_foreground.xml) | 0 | ||||
| -rw-r--r-- | android/app/src/main/res/drawable/icon_android_mono.xml (renamed from android/app/src/main/res/drawable/ic_launcher_monochrome.xml) | 0 | ||||
| -rw-r--r-- | android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 6 | ||||
| -rw-r--r-- | android/app/src/main/res/values/colors.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/android/app/src/main/res/drawable/ic_launcher_foreground.xml b/android/app/src/main/res/drawable/icon_android.xml index a776994b25..a776994b25 100644 --- a/android/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/android/app/src/main/res/drawable/icon_android.xml diff --git a/android/app/src/main/res/drawable/ic_launcher_monochrome.xml b/android/app/src/main/res/drawable/icon_android_mono.xml index d914312a05..d914312a05 100644 --- a/android/app/src/main/res/drawable/ic_launcher_monochrome.xml +++ b/android/app/src/main/res/drawable/icon_android_mono.xml diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 10bc7a5de4..1e1d3c38b1 100644 --- a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> - <background android:drawable="@color/ic_launcher_background"/> - <foreground android:drawable="@drawable/ic_launcher_foreground"/> - <monochrome android:drawable="@drawable/ic_launcher_monochrome"/> + <background android:drawable="@color/icon_background"/> + <foreground android:drawable="@drawable/icon_android"/> + <monochrome android:drawable="@drawable/icon_android_mono"/> </adaptive-icon> diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml index de78bd2b7a..ddd2fb88e0 100644 --- a/android/app/src/main/res/values/colors.xml +++ b/android/app/src/main/res/values/colors.xml @@ -24,7 +24,7 @@ <color name="red40">#66E34039</color> <color name="yellow">#FFD323</color> <color name="textInputBorder">#234161</color> - <color name="ic_launcher_background">@color/darkBlue</color> + <color name="icon_background">@color/darkBlue</color> <!-- Switch Colors --> <color name="switch_thumb_fill_checked">@color/green</color> <color name="switch_thumb_fill_unchecked">@color/red</color> |
