I have tried making a custom TextView from Bart's answer here:
How to change letter spacing in a Textview?
But it doesn't seem to work for reducing the size of the spaces. When I use 0 as an argument for setSpacing(), it increases the spaces size. I wonder if this is because I'm using a custom font?
Any help on this is greatly appreciated.
EDIT: To clarify, I'm working with API 14 and can't use setLetterSpacing()
which is a thing since API 21.