Added android themed icon support

This commit is contained in:
ashilkn 2023-02-21 10:07:13 +05:30
parent 1b30c55c12
commit d90c21929b

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/ic_launcher_foreground"/>
</adaptive-icon>