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

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

    <corners android:radius="5dp" />

</shape>