<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>