How to change letter spacing in a Textview?

后端 未结 8 1780
温柔的废话
温柔的废话 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:28

    check out android:textScaleX

    Depending on how much spacing you need, this might help. That's the only thing remotely related to letter-spacing in the TextView.

    Edit: please see @JerabekJakub's response below for an updated, better method to do this starting with api 21 (Lollipop)

    0 讨论(0)
  • 2020-11-29 19:29

    after API >=21 there is inbuild method provided by TextView called setLetterSpacing

    check this for more

    0 讨论(0)
提交回复
热议问题