Android Programming Tips
I am learning Android Programming. So I drop down what I have learned.
2011年10月31日 星期一
Android: Adding style to a text (bold italic etc..)
import
android.text.Html;
MyTest.setText(Html.fromHtml(
"<BIG><B>BIG BOLD</B></BIG><SMALL><I>Small italic</I></SMALL>Normal<BR>"
);
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言