x7_bg_gradient_updata1.xml 293 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. <corners android:radius="50dp" />
  5. <gradient
  6. android:startColor="#12cdb0"
  7. android:endColor="#12cd80">
  8. </gradient>
  9. </shape>