Fix: Themed icon support in A13 for debug/neo

This commit is contained in:
machiav3lli 2022-10-04 03:18:02 +02:00
parent 1b843aadd7
commit 05c44d0a1a
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="@color/ic_launcher_background_debug" />
<foreground android:drawable="@drawable/ic_launcher_foreground_debug" />
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>

View File

@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background_debug" />
<foreground android:drawable="@drawable/ic_launcher_foreground_debug" />
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>