Hi How do I change letter spacing in a textview? Will it help if I have HTML text in it (I cannot use webview in my code...)

P.S. I'm using my own typeface in the textview with HTML text.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

check out android:textScaleX

Depending on how much spacing you need, this might help. That's the only thing remotely related to letter-spacing in the TextView.

link|improve this answer
1  
How would you translate that over to letter spacing? – Eric Novins Mar 10 '11 at 3:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.