I have a layout that adds textviews dynamically and i want to divide each textview with a line.
Something like that:
TextView
TextView
This is the simplest and most similar to using the
tag in HTML:
Put this in your XML layout where you want the line:
This will draw a white line, 1 dp thick, across the screen. If you want it to be a fixed width, just change the layout_width
to the dp size you want. Change the background
to the HTML color code of your choice.