nut_shape_pay_method.xml
401 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 圆角 -->
<corners
android:radius="5dp"/>
<!-- 填充 -->
<solid
android:color="#F0FAFF"/>
<!-- 描边 -->
<stroke
android:width="0dp"
android:color="#F0FAFF"
android:dashWidth="0dp"
android:dashGap="2dp"/>
</shape>