fix: Monochromatic icon rendering for Android 13+

This commit is contained in:
Reinhart Previano Koentjoro 2022-12-23 10:54:40 +07:00
parent 5efff9a1e9
commit 715e98cae2
2 changed files with 12 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,5 +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"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>