Newer
Older
VipVideo / app / src / main / res / drawable / shape_white_bg_10.xml
bello on 21 Jan 2021 222 bytes 下载功能
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">

    <solid android:color="@color/white" />
    <corners android:radius="10dp" />
</shape>