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 textview with HTML text.
See Question&Answers more detail:osHow 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 textview with HTML text.
See Question&Answers more detail:osSince API 21 there is an option set letter spacing. You can call method setLetterSpacing or set it in XML with attribute letterSpacing.