Fixed Mono icon not loading/Extension page customization (#44)

This commit is contained in:
aayush262 2023-11-13 10:38:14 +05:30 committed by GitHub
parent eee1242964
commit 2fc351f57a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 55 additions and 65 deletions

View file

@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/mono"/>
</adaptive-icon>