diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-27 18:05:39 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-27 18:05:39 +0200 |
commit | b37006ce2fea12a2346c2d0fcddb4091b58b079a (patch) | |
tree | 1c13c4a64d8b4bcf52a9d48708c68f958a51b58e | |
parent | b072130e370c6d12cb4fe89ef6dd1bf318fb9f7a (diff) |
ui: add possibility for themed icon
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | ui/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 1 | ||||
-rw-r--r-- | ui/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ui/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/ui/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index a8a8fa55..5c84730c 100644 --- a/ui/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/ui/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> diff --git a/ui/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/ui/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index a8a8fa55..5c84730c 100644 --- a/ui/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/ui/src/main/res/mipmap-anydpi-v26/ic_launcher_round.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> |