blob: bf306df3a73a6f48817b537e111e001d22ad2aec [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" />
<stroke
android:width="1dp"
android:color="@color/grey_dark" />
</shape>