fix: Monochromatic icon rendering for Android 13+

krille/nicer-encryption-page
Reinhart Previano Koentjoro 2 years ago
parent 03080a9014
commit a745822880

File diff suppressed because one or more lines are too long

@ -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>
Loading…
Cancel
Save