mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 05:43:55 +01:00
* Add Adaptive Icon allows for better theming on android O and above. * remove values-yue-hant
6 lines
No EOL
339 B
XML
6 lines
No EOL
339 B
XML
<?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> |