blob: 98cc068f242924fa4ac5b41082e626eeb0d16493 [file] [log] [blame]
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<shape android:shape="rectangle">
<solid android:color="@color/grey_lighten_30" />
</shape>
</item>
<item android:bottom="1dp">
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid
android:color="@color/grey_light"/>
</shape>
</item>
</layer-list>