Newer
Older
VipVideo / app / src / main / res / drawable / shape_red_border_p.xml
bello on 12 Jan 2021 282 bytes tv功能
<?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>