I have made a layout in XML consisting of a LinearLayout having 2 TextViews as its children.
I want to draw a vertical line within the second text view. For that, I created a class and inflated the above XML in its constructor. Now, what methods do I have to override in order to draw the line, and how do I get the Canvas
for the text view ?