mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-12-02 17:27:59 +01:00
6 lines
330 B
XML
6 lines
330 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<background android:drawable="@color/md_orange_700" />
|
|
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
|
|
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
|
|
</adaptive-icon>
|