How to adjust text font size to fit textview

后端 未结 22 1736
無奈伤痛
無奈伤痛 2020-11-22 05:15

Is there any way in android to adjust the textsize in a textview to fit the space it occupies?

E.g. I\'m using a TableLayout and adding several Te

22条回答
  •  孤独总比滥情好
    2020-11-22 05:54

    I had the same problem and wrote a class that seems to work for me. Basically, I used a static layout to draw the text in a separate canvas and remeasure until I find a font size that fits. You can see the class posted in the topic below. I hope it helps.

    Auto Scale TextView Text to Fit within Bounds

提交回复
热议问题