Newer
Older
VipVideo / app / src / main / res / drawable / shape_white_border.xml
bello on 10 Jan 2021 258 bytes init
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="@color/trans" />
    <stroke android:color="@color/white_trans" android:width="1dp" />

</shape>