5 lines
259 B
XML
5 lines
259 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape android:shape="line"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<stroke android:width="3.0px" android:color="@color/black_20p" android:dashWidth="10.0px" android:dashGap="10.0px" />
|
|
</shape> |