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

The code below is used for testing styled text:

        CharSequence str = getText(R.string.styled_text); //retrieve
the styled text as char sequence, so it won't lose any formatting
        TextView tv = (TextView)findViewById(R.id.text);
        tv.setText(str);

I found only the <b> and <i> works, other tags just ignore the
formatting.

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to