blob: fbc7fef8c20091019886f9908757d8428f3ba314 [file] [log] [blame]
<?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>