I have a requirement where the letters in a TextView need to be spaced a little farther apart. Unfortunately, most of the resources I find seem to say this cannot be done--a
As of API 21, you can use setLetterSpacing() fot TextView (and Paint) objects.