Newer
Older
SafetyAuxiliary / app / src / main / res / drawable / bg_stroke_white_1.xml
Pengxh on 4 Mar 2024 247 bytes feat(*): first commit
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="@dimen/dp_3" />
    <stroke
        android:width="@dimen/dp_1"
        android:color="@color/white" />
</shape>