player_rate_bg.xml 530 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle"
    android:useLevel="false">
    <solid android:color="#99000000" />

    <size
        android:height="26dp" />

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

    <stroke android:color="#99ffffff" android:width="1dp"/>

</shape>