aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-03-27 18:05:39 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2023-03-27 18:05:39 +0200
commitb37006ce2fea12a2346c2d0fcddb4091b58b079a (patch)
tree1c13c4a64d8b4bcf52a9d48708c68f958a51b58e /ui
parentui: add list selection backgrounds (diff)
downloadwireguard-android-b37006ce2fea12a2346c2d0fcddb4091b58b079a.tar.xz
wireguard-android-b37006ce2fea12a2346c2d0fcddb4091b58b079a.zip
ui: add possibility for themed icon
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/src/main/res/mipmap-anydpi-v26/ic_launcher.xml1
-rw-r--r--ui/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml1
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>