<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <solid android:color="#000000"/>

    <stroke
        android:width="2dp"
        android:color="#B4B4B4" />

    <corners android:radius="12dp" />
</shape>
