I\'m trying to figure out how to define a vertical line (1dp thick) to be used as a drawable.
To make a horizontal one, it\'s pretty straightforward:
You can use a shape but instead of a line make it rectangle.
android:shape="rectangle">
and In your layout use this...
You might have to play with the width, depending on the size of the dashes, to get it into a single line.
Hope this helps Cheers