summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/divider.xml
blob: 358ba183b16a42968b35b9e228d645972be3f840 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?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" />
        </shape>
    </item>
</layer-list>