my_bg_red3.xml 314 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <corners android:bottomLeftRadius="3dp"
  4. android:bottomRightRadius="3dp"
  5. android:topRightRadius="3dp"
  6. android:topLeftRadius="3dp"/>
  7. <solid android:color="#B14B4B" />
  8. </shape>