Add monochrome launcher icon

This commit is contained in:
Kirill Kamakin
2022-11-19 11:08:20 +01:00
parent 73a703b0b8
commit 5f6b376a40
2 changed files with 16 additions and 0 deletions

View File

@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>