mch_allowprivacy_btn_agree.xml
465 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<corners
android:bottomLeftRadius="25dp"
android:bottomRightRadius="25dp"
android:topLeftRadius="25dp"
android:topRightRadius="25dp" />
<gradient
android:angle="0"
android:startColor="#2FCFEF"
android:endColor="#248EFA"
android:type="linear"/>
</shape>