mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 05:43:55 +01:00
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:
parent
de95c46627
commit
1f2e31d45b
3 changed files with 76 additions and 9 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue