cnlive_chat_gift_bg.xml 451 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="#66000000" />
    <size android:height="24dp" />
    <corners
        android:bottomLeftRadius="0dp"
        android:bottomRightRadius="8dp"
        android:topLeftRadius="0dp"
        android:topRightRadius="8dp" /> <!-- 设置四个角的半径 -->

</shape>