blob: 5a8c7fcf3b62ef678f0da94378272cad6da278d6 [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:top="1dp">
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="@color/white" />
</shape>
</item>
</layer-list>