Merge pull request #234 from p1gp1g/themed-icon

Add themed icon for Android 13
This commit is contained in:
Imran Remtulla
2023-01-22 19:53:43 -05:00
committed by GitHub

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>