red_button_bg.xml 355 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/red_bg"/>
   <corners
    android:topLeftRadius="8dip"
    android:topRightRadius="8dip"
    android:bottomLeftRadius="8dip"
    android:bottomRightRadius="8dip">
   </corners>
</shape>