Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2023-09-02 22:06:28 +0300
committerDaniel Lublin <daniel@lublin.se>2023-09-02 22:08:44 +0300
commitc9a9d2dbbbdd192275c886c2c07c4ff45e88baa1 (patch)
tree0cea08e440ac864320e3a1859b227c6134b2e045
parentc66076442af14b72923466d2c98d71c1284c4a28 (diff)
Allow launcher icons to be themed
Yes, the beta icon looses its glowing eyes entirely.
-rw-r--r--app/src/beta/res/mipmap-anydpi-v26/ic_launcher.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/src/beta/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/beta/res/mipmap-anydpi-v26/ic_launcher.xml
index 7353dbd..ef49c99 100644
--- a/app/src/beta/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/beta/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -2,4 +2,5 @@
<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_foreground"/>
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index 7353dbd..ef49c99 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -2,4 +2,5 @@
<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_foreground"/>
</adaptive-icon> \ No newline at end of file