hn669_gamenotice_content_banckground.xml 357 字节
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <solid android:color="#f4e6b0" />
    <corners android:radius="@dimen/px_10" />

    <!-- 定义圆角的边框颜色值  -->
    <stroke
        android:width="1dp"
        android:color="#d3aa4c"></stroke>
</shape>