How can 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 textv
after API >=21 there is inbuild method provided by TextView called setLetterSpacing
setLetterSpacing
check this for more