3
是否可以更改Android中字符串中某些字符的顏色?例如,將單詞android中的字母d和r的顏色更改爲綠色。Android字符串顏色
<TextView
android:id="@+id/word"
android:gravity="center_vertical"
android:typeface="monospace"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=""
android:textSize="30pt"/>
我只是使用XML TextView,例如我在主要問題中插入的那個。我使用word.setText(「Android」)在主代碼中顯示文本,但我需要將某些字符更改爲不同的顏色。 – zataar 2012-02-26 06:21:06