summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
blob: e9baec34f20764722fa61a5929d4392432b6c89b (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" android:layout_height="108dp" android:layout_width="108dp">
    <background android:drawable="@drawable/ic_launcher_background"/>
    <foreground>
    <inset
        android:inset="18%"
        android:drawable="@drawable/ic_launcher_foreground" />
    </foreground>
</adaptive-icon>