Add Adaptive Icon (#5687)

* Add Adaptive Icon

allows for better theming on android O and above.

* remove values-yue-hant
This commit is contained in:
RedAuburn 2024-04-16 08:51:54 +01:00 committed by GitHub
parent de95c46627
commit 1f2e31d45b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 76 additions and 9 deletions

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<monochrome android:drawable="@drawable/commons_logo_monochrome" />
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>