my_bg_red.xml 318 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="22dp"
  4. android:bottomRightRadius="22dp"
  5. android:topRightRadius="22dp"
  6. android:topLeftRadius="22dp"/>
  7. <solid android:color="#E35959" />
  8. </shape>