aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/view_post_toolbar_bottom.xml
blob: fbc7fef8c20091019886f9908757d8428f3ba314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape>
            <padding android:bottom="1dp" />
            <solid android:color="@color/grey_light" />
        </shape>
    </item>

    <item>
        <shape>
            <solid android:color="@color/grey_lighten_30" />
        </shape>
    </item>
</layer-list>