fix cold start icon

This commit is contained in:
the_dise 2022-05-14 18:27:24 +03:00
parent b558f26b6d
commit 4ce849f1ca
2 changed files with 2 additions and 0 deletions

View file

@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/icon_background_round" />
<foreground android:drawable="@mipmap/icon_foreground_round" />
<monochrome android:drawable="@drawable/icon_monochrome"/>
</adaptive-icon>

View file

@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/icon_background_sa" />
<foreground android:drawable="@mipmap/icon_foreground_sa" />
<monochrome android:drawable="@drawable/icon_monochrome"/>
</adaptive-icon>