summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml')
-rw-r--r--src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index c9ad5f98f..c060cd86c 100644
--- a/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -1,5 +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="@mipmap/ic_launcher_foreground" />
-</adaptive-icon> \ No newline at end of file
+ <foreground android:drawable="@drawable/ic_yuzu" />
+ <monochrome android:drawable="@drawable/ic_yuzu" />
+</adaptive-icon>