Merge pull request #2227 from AlirezaIvaz/master

Add themed icon support
This commit is contained in:
2dust
2023-04-27 09:40:08 +08: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="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@mipmap/ic_launcher_foreground" />
</adaptive-icon>