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

github.com/bitfireAT/davx5-ose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandelinos <26635624+Sandelinos@users.noreply.github.com>2022-09-20 21:32:58 +0300
committerGitHub <noreply@github.com>2022-09-20 21:32:58 +0300
commita7fcc087bc09ed92e0de5ac377c001b8941e1adb (patch)
treecb2b024ff514a13c4d9d03d46967c4d943321562
parente2c2e566b929d045179cd511bc44fde997453d9e (diff)
Add monochrome icon (#151)
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml1
1 files changed, 1 insertions, 0 deletions
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 476888c8..f14eb871 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -3,4 +3,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/primaryColor" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>