blob: 6c75ef2fda8bb72921240a2d1b284562c20001eb (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome>
<inset android:drawable="@drawable/ic_monochrome"
android:inset="22%"/>
</monochrome>
</adaptive-icon>
|