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 characters along with the spacing.
|
feedback
|
|
AFAIK, you cannot adjust kerning in | |||||
feedback
|
|
You can also try using a SpannedString but you would need to parse it and change the character spacing for each of the words | ||||
|
feedback
|