在Android中的一部分,很容易set a style for an entire TextView:安卓:設置文本樣式的TextView文本
textView.setTypeface(null, Typeface.BOLD_ITALIC);
textView.setTypeface(null, Typeface.BOLD);
textView.setTypeface(null, Typeface.ITALIC);
有沒有一種方法來設置視圖中特定的詞(或字符)的風格?我想產生這樣一行:
年:2012年,語言:亞美尼亞,字幕:英語
多麼優雅。謝謝! –