Tagged Questions
4
votes
2answers
2k views
How to adjust text kerning in Android TextView?
Is there a way to adjust the spacing between characters in an Android TextView? I believe this is typically called "kerning".
I'm aware of the android:textScaleX attribute, but that compresses the ...