bg_rate_sel.xml 467 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle"
    android:useLevel="false">
    <stroke
        android:color="@color/color_ff6633"
        android:width="1dp"/>

    <corners
        android:bottomLeftRadius="4dp"
        android:bottomRightRadius="4dp"
        android:topLeftRadius="4dp"
        android:topRightRadius="4dp" /> <!-- 设置四个角的半径 -->

</shape>