bg_dotted_line.xml 290 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="line">
    <stroke
        android:width="0.5dp"
        android:color="@color/color_5B5B5B"
        android:dashGap="1dp"
        android:dashWidth="1dp" />
</shape>