mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-25 19:44:17 +01:00
fix: Monochromatic icon rendering for Android 13+
This commit is contained in:
parent
5efff9a1e9
commit
715e98cae2
11
android/app/src/main/res/drawable/ic_launcher_monochrome.xml
Normal file
11
android/app/src/main/res/drawable/ic_launcher_monochrome.xml
Normal file
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">
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<background android:drawable="@color/ic_launcher_background"/>
|
<background android:drawable="@color/ic_launcher_background"/>
|
||||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||||
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
|
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
Loading…
Reference in New Issue
Block a user