Add monochrome icon

This commit is contained in:
Sandelinos 2022-09-17 17:18:15 +03:00
parent ebce4c5b7e
commit cb80891a5f
1 changed files with 1 additions and 0 deletions

View File

@ -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="@mipmap/ic_launcher_foreground" />
<monochrome android:drawable="@mipmap/ic_launcher_foreground" />
</adaptive-icon>