Display Bug in Episodes View with short episode descriptions
Horrendus opened this issue · 4 comments
Horrendus commented
schuay commented
The box is not caused by short descriptions, but by images within the description. Maybe there is some option to strip these in TextView.fromHtml...
moee commented
Maybe we can use Jsoup for html to text conversion. It's lightweight and simple to use.
schuay commented
This should do the trick; I'd simply strip images completely.
http://techdroid.kbeanie.com/2010/06/textview-with-html-content.html