item_select.xml 381 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_select"/>
    <corners
        android:topLeftRadius="10dip"
        android:topRightRadius="10dip"
        android:bottomLeftRadius="1dip"
        android:bottomRightRadius="1dip">
    </corners>
</shape>