I have a layout that adds textviews dynamically and I want to divide each textview with a line.
Something like that:
TextView
-----------------
TextView
-----------------
TextView
-----------------
I have found ways to underline the text, but I want to draw a line with a fixed size not underline the text.