左晓为主开发手持机充值管理机
baselibrary/src/main/res/drawable/radio_select_on.xml
copy from henanlibrary/src/main/res/drawable/ws_pay_bg_dialog_top_stroke.xml copy to baselibrary/src/main/res/drawable/radio_select_on.xml
File was copied from henanlibrary/src/main/res/drawable/ws_pay_bg_dialog_top_stroke.xml
@@ -2,8 +2,8 @@
    <!-- 边缘线的宽度和颜色 -->
    <stroke
        android:width="0px"
        android:color="#ffffff" />
        android:width="2px"
        android:color="@color/title_bg" />
    <!--
    中间渐变,角度0从左往右,正值为逆时针,270度为从上到下
    <gradient
@@ -16,16 +16,17 @@
    -->
    <!-- 中间渐变,角度0从左往右,正值为逆时针,270度为从上到下 -->
    <gradient
        android:angle="270"
        android:centerColor="#ffffff"
        android:endColor="#ffffff"
        android:startColor="#ffffff" />
        android:centerColor="@color/title_bg"
        android:endColor="@color/title_bg"
        android:startColor="@color/title_bg" />
    <!-- 设置四个角的角度 -->
    <corners
        android:bottomLeftRadius="15dp"
        android:bottomRightRadius="15dp"
        android:topLeftRadius="15dp"
        android:topRightRadius="15dp" />
        android:bottomLeftRadius="15px"
        android:bottomRightRadius="15px"
        android:topLeftRadius="15px"
        android:topRightRadius="15px" />
    <!-- 设置padding -->
</shape>