aboutsummaryrefslogtreecommitdiff
path: root/libs/editor/WordPressEditor/src/main/res/drawable/list_divider.xml
blob: 74267734f80fccaa415c57b8e623a28fbcec56f7 (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/legacy_format_bar_background" />

    </shape>
</inset>