Newer
Older
VipVideo / app / src / main / res / drawable / shape_red_border_p.xml
bello on 13 Jan 2021 302 bytes 接口配置
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <stroke
        android:width="1dp"
        android:color="@color/red" />
    <corners android:radius="360dp" />
    <solid android:color="@color/red" />
</shape>