I have a TextView that is part of a ListView row item. In that TextView, i have some HTML rendered using Html.fromHtml(). I'm wondering if there is a way to do what is effectively an <hr>
tag within the html so that it'll render a horizontal line in between 2 items within the TextView. is this even possible?
thx Ben