On Nov 16, 2009, at 9:49 AM, lei wrote:

> Styled text supports: <b>,<i>, does it support more html tags, like
> <p> or <br> ?

Styled Text is not HTML, rather merely styled text (i.e., bold, italic, 
underline) which happens to use HTML tags to handle that markup.  If you just 
want a new line of text in the same string, you'll probably want to use the 
newline character in a text string ("See <b>Dick</b> and <b>Jane</b> run!\nRun, 
run, run.")  

If you want to display very complex text styling with full HTML, you probably 
want to use a WebView instead.

-- 
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