2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-05-03 16:27:27 +02:00

Merge branch 'fix-adaptive-icon' into 'main'

fix: Monochromatic icon rendering for Android 13+

See merge request 
This commit is contained in:
Krille 2022-12-23 14:07:53 +00:00
commit 1d53fccfe6
2 changed files with 12 additions and 1 deletions
android/app/src/main/res

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>