How to adjust text font size to fit textview

后端 未结 22 1766
無奈伤痛
無奈伤痛 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:51

    I had this pain in my projects for soooo long until I found this library:

    compile 'me.grantland:autofittextview:0.2.+'
    

    You just need to add the xml by your needs and it's done. For example:

    
    

提交回复
热议问题