item_normal.xml
379 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_normal"/>
<corners
android:topLeftRadius="1dip"
android:topRightRadius="1dip"
android:bottomLeftRadius="1dip"
android:bottomRightRadius="1dip">
</corners>
</shape>