fix: improperly sized monochrome icon (#715)

This commit is contained in:
EvadeMaster 2023-02-25 11:04:48 +07:00
parent 6829d3cdea
commit 8319dc9164
No known key found for this signature in database
GPG Key ID: 90BAB50981420F89
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -2,5 +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/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>