sp_r20_gradient_primary.xml 268 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <corners android:radius="20dp" />
  4. <gradient
  5. android:angle="0"
  6. android:endColor="#7FD5FF"
  7. android:startColor="#FF6DA6" />
  8. </shape>