<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <stroke
        android:color="#878787"
        android:dashWidth="10px"
        android:dashGap="5px"
        android:width="1dp"/>
    <solid
        android:color="@color/cardBackgroundColor"/>
    <corners
        android:radius="@dimen/_10sdp"/>
</shape>