shape_common_btn.xml 296 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="rectangle">
  4. <gradient
  5. android:startColor="#DB3330"
  6. android:endColor="#DB3330"
  7. android:angle="-90"/>
  8. <corners android:radius="5dp"/>
  9. </shape>