Newer
Older
SafetyAuxiliary / app / src / main / res / drawable / bg_stroke_gray_1.xml
pengxianhong on 5 Jun 2024 291 bytes 调整几个细节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="@dimen/dp_3" />

    <solid android:color="#193174" />

    <stroke
        android:width="@dimen/dp_1"
        android:color="@color/hintColor" />
</shape>