aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/drawable/stats_view_all_button_background.xml
blob: b564667aeddd8df8a59c2f5c80141bb5db4016f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >

    <item>
        <shape android:shape="rectangle">
            <solid android:color="@color/grey_light" />
        </shape>
    </item>

    <item android:top="1dp">
        <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
            <solid
                android:color="@color/white"/>
        </shape>
    </item>

</layer-list>