fix: mono icon in alpha version

This commit is contained in:
aayush262 2024-02-04 15:51:49 +05:30 committed by GitHub
parent 19df5355ba
commit 670d9b3913
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,4 +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="@drawable/ic_launcher_alpha_background"/> <background android:drawable="@drawable/ic_launcher_alpha_background"/>
<foreground android:drawable="@drawable/ic_launcher_alpha_foreground"/> <foreground android:drawable="@drawable/ic_launcher_alpha_foreground"/>
</adaptive-icon> <monochrome android:drawable="@drawable/mono"/>
</adaptive-icon>