2012-06-29 23 views

回答

1

嘗試使用Html.fromHtml爲:

TextView txt=(TextView)findViewById(R.id.texta); 
txt.setText(Html.fromHtml("My<sup>android</sup>")); 
相關問題