summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable-anydpi-v26/ic_shortcut_subscriptions.xml
blob: 10f437917e81a655914dc878c53a8e618a77d1be (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/grey100" />
    <foreground>
        <inset
            android:drawable="@drawable/ic_subscriptions_black"
            android:inset="33.3%" />
    </foreground>
</adaptive-icon>