fix monochrome icon on some devices

This commit is contained in:
Milind Goel 2023-03-15 18:31:20 +05:30
parent 74b317e159
commit 21b142d341
4 changed files with 33 additions and 29 deletions

View file

@ -2,5 +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/retro_you_icon" />
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>