summaryrefslogtreecommitdiff
path: root/ui/common/src/main/res/drawable/ic_shortcut_background.xml
blob: 9327150d05e867a901f1ff0c3eb360d389047424 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<inset xmlns:android="http://schemas.android.com/apk/res/android"
    android:inset="2dp">

    <shape android:shape="oval">
        <solid android:color="@color/grey100" />
        <size
            android:width="44dp"
            android:height="44dp" />
    </shape>
</inset>