blob: b9c98ee7c1dabf299695bb893d8547afd11cb0b7 [file] [log] [blame]
<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" android:bottom="1dp">
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid
android:color="@color/white"/>
</shape>
</item>
</layer-list>