Monet based icon for Android 13 users

This commit is contained in:
Milind Goel 2022-02-14 19:39:11 +05:30
parent bfbc1eec6f
commit c9efbcc276
3 changed files with 29 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="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/retro_you_icon" />
</adaptive-icon>

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