aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/list_divider.xml
blob: b9e69f72703c86496f6b87f7fabcfe1a1a09ceb6 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<inset xmlns:android="http://schemas.android.com/apk/res/android"
    android:insetLeft="@dimen/margin_extra_large"
    android:insetRight="@dimen/margin_extra_large">
    <shape android:shape="rectangle">

        <solid android:color="@color/grey_lighten_30" />

    </shape>
</inset>