item_long_select.xml 384 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">

    android:shape="rectangle">
    <solid android:color="@color/item_long_select"/>
    <corners
        android:topLeftRadius="1dip"
        android:topRightRadius="1dip"
        android:bottomLeftRadius="1dip"
        android:bottomRightRadius="1dip">
    </corners>
</shape>