landscape_chat_bg.xml 373 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <!-- 填充的颜色 -->
    <solid android:color="#80000000" />
    <corners android:radius="12px" />
    <!--<stroke android:width="1dp" android:color="#4D000000" android:dashWidth="1dp"
        android:dashGap="0dp" />-->
</shape>