Added monochrome entry for themed icon support in Android 13

This commit is contained in:
James Reilly 2022-06-10 15:16:02 +00:00
parent 9ba8340400
commit 4480fdcb0c

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>