messbutton.xml
534 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient android:type="linear" android:useLevel="true" android:startColor="#ff38404b" android:endColor="#ff212b33" android:angle="0" />
<stroke android:dashGap="3dp" android:dashWidth="5dp" android:width="1dp" android:color="@color/mch_hui" />
<corners android:topLeftRadius="8dp" android:topRightRadius="8dp" android:bottomLeftRadius="8dp" android:bottomRightRadius="8dp" />
</shape>