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:
Instead of a shape, you could try a View:
View
I have only used this for horizontal lines, but I would think it would work for vertical lines as well.
Use:
for a horizontal line.