qs_core_vc_btn_blue_bg.xml 324 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <corners
  4. android:bottomRightRadius="8dp"
  5. android:topRightRadius="8dp" />
  6. <gradient
  7. android:angle="180"
  8. android:endColor="#03A9F4"
  9. android:startColor="#00BCD4" />
  10. </shape>