x7_gift_back_gradient.xml 359 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="rectangle"
  4. >
  5. <corners android:radius="9dp"/>
  6. <gradient
  7. android:startColor="#12cdb0"
  8. android:endColor="#13ce84"/>
  9. <size
  10. android:width="262dp"
  11. android:height="102dp"/>
  12. </shape>