summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/divider.xml
blob: b4a97783e2b8028f4bb9f1a2cfb48b16454be9b8 (plain) (blame)
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 android:left="10dp" android:right="10dp">
        <shape android:shape="rectangle">
            <solid android:color="#616161"/>
            <corners android:radius="25dp"/>
        </shape>
    </item>
</layer-list>