How to auto size textview dynamically according to the length of the text in android?

前端 未结 7 794
不思量自难忘°
不思量自难忘° 2021-02-04 07:07

I am taking data of variable sizes from the server and setting to a textView and i wanted the textview to resize according to the length of the text set.

It is given in

7条回答
  •  执念已碎
    2021-02-04 07:27

    Use below library which is perfect for your needs.

    According to doc: A TextView that automatically resizes text to fit perfectly within its bounds.

    Link: Android autofit textview

提交回复
热议问题