Add themed icon for Android 13

This commit is contained in:
sim
2023-01-23 01:09:14 +01:00
parent 1494bcd013
commit e1e97672cf

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>