texview 中应用html

texview 中使用htmltextView.setText(Html.fromHtml(Hello bWorld/b,font size\3\ color\red\

texview 中使用html

  textView.setText(Html.fromHtml("Hello <b>World</b>,<font size="3" color="red">AnalysisXmlActivty!</font>")); 

?