aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/people_list_divider.xml
blob: 144b9c1088659b76f58db7cef966a909fe6318d9 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<inset xmlns:android="http://schemas.android.com/apk/res/android"
       android:insetLeft="@dimen/people_list_divider_left_margin">
    <shape>
        <solid android:color="@color/grey_lighten_30"/>
        <size android:height="@dimen/people_list_divider_height"/>
    </shape>
</inset>