Fixed classic icon fallback

This commit is contained in:
partisan 2025-05-01 10:48:33 +02:00
parent c2c284cec9
commit 707cd39ef8
3 changed files with 2 additions and 157 deletions

View file

@ -1,4 +1,4 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@android:color/white" />
<background android:drawable="@color/launcher_background" />
<foreground android:drawable="@drawable/ic_launcher" />
</adaptive-icon>

View file

@ -1,5 +1,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<foreground android:drawable="@drawable/ic_launcher" />
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>