aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/circle.xml
blob: b11fe20b7230ce60bce6769d6cfd15a3b63e5fc8 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape android:shape="oval">
            <solid android:color="@color/primary" />
        </shape>
    </item>
</layer-list>