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:
To make a vertical line, just use a rectangle with width of 1dp:
Don't use stroke, use solid (which is the "fill" color) to specify the color of the line.
stroke
solid