mch_btn_gradient.xml
321 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!--left to right-->
<gradient
android:angle="0"
android:startColor="#005AFF"
android:endColor="#018FFF"/>
<corners android:radius="18dp" />
</shape>