qs_login_btn_blue_bg.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="8dp" />
  4. <gradient
  5. android:angle="180"
  6. android:endColor="#03A9F4"
  7. android:startColor="#00BCD4" />
  8. </shape>