23.12.2010 19:10, Stephan Wiesner ?????:
*Spanned text = Html.fromHtml(text);*
titles.add(text.toString());

Take out the second line (toString), and carry the result of Html.fromHtml as a CharSequence (or Spanned) all the way to TextView.setText.

What this code does is first parses the HTML and creates markup (behind the Spanned object), and then throws the markup away in a conversion toString().

--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to