wan_shape_exit_bg.xml 661 字节
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <!-- 填充的颜色 -->
    <solid android:color="@color/wan669_exit_btn_width" />
    <!-- 设置按钮的四个角为弧形 -->

        <corners
            android:bottomLeftRadius="@dimen/px_20"
            android:bottomRightRadius="@dimen/px_20"
            android:topLeftRadius="@dimen/px_20"
            android:topRightRadius="@dimen/px_20" />

    <!-- 定义圆角的边框颜色值  -->
    <stroke
        android:width="@dimen/px_1"
        android:color="@color/wan669_exit_btn_width"></stroke>
</shape>