9 lines
250 B
XML
9 lines
250 B
XML
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:shape="line">
|
||
|
|
<stroke
|
||
|
|
android:width="1dp"
|
||
|
|
android:color="@android:color/black"
|
||
|
|
android:dashWidth="4dp"
|
||
|
|
android:dashGap="5dp"/>
|
||
|
|
</shape>
|