summaryrefslogblamecommitdiffstats
path: root/app/src/main/res/drawable/state_off.xml
blob: 9c3023c7a9825158a57c00be9031340d212a3122 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                       
<?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="#DBDBDB"/>
            <size android:width="20dp" android:height="20dp"/>
        </shape>
    </item>
</layer-list>