bg_cut_unselect.xml 220 Bytes
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="#33000000" />
    <stroke
        android:width="1dp"
        android:color="#999999" />
</shape>