umeng_update_button_ok_bg_normal.xml 327 B

123456
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
  3. <corners android:radius="6dp" />
  4. <stroke android:color="#2097e3" android:width="1dp" />
  5. <gradient android:startColor="#079fff" android:endColor="#6bc9ff" android:angle="90"/>
  6. </shape>