aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/notifications_list_divider_full_width.xml
blob: e87072317449f34c0170189c109039aa468df4bf (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">
    <shape android:shape="rectangle">

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

    </shape>
</inset>