Newer
Older
dcms_cr_app / app / src / main / res / drawable / dash_line.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="line">

    <size android:height="1dp" />

    <stroke
        android:width="1dp"
        android:color="@color/gray"
        android:dashWidth="3dp"
        android:dashGap="3dp" />
</shape>