How to change letter spacing in a Textview?

后端 未结 8 1778
温柔的废话
温柔的废话 2020-11-29 18:30

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

8条回答
  •  执笔经年
    2020-11-29 19:09

    More space:

      android:letterSpacing="0.1"
    

    Less space:

     android:letterSpacing="-0.07"
    

提交回复
热议问题