Is it possible to change the color of some of the characters in a string in Android? For example change the color of the letters d and r in the word android to green.
<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"/>