making dashed line android code example
Example: making dashed line android
width
android:color="@color/line" ---->Dotted line color
android:dashGap="4dp" ---->Dotted line width
android:dashWidth="6dp"/> --->Width of dotted line