blob: b79a3b5a1aa25b7f4e84be78c456d14f5c803fee [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/grey_light" />
<corners
android:bottomRightRadius="3dp"
android:topRightRadius="3dp" />
<stroke
android:width="1dp"
android:color="@color/grey_dark" />
</shape>