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.
|
feedback
|
|
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. | |||||
feedback
|