I know how to change text attributes and color for a TextView in Android, but is it possible to have multiple Typefaces in the same TextView? For example, can I use both Druid Sans and Druid Mono in the same TextView at the same time? If so, how?
|
feedback
|
|
Actually it looks like you can do it with the help of a Spannable:
| |||
|
feedback
|