Auto Scale TextView Text to Fit within Bounds

后端 未结 30 2918
囚心锁ツ
囚心锁ツ 2020-11-21 05:49

I\'m looking for an optimal way to resize wrapping text in a TextView so that it will fit within its getHeight and getWidth bounds. I\'m not simply looking for

30条回答
  •  一个人的身影
    2020-11-21 06:10

    At google IO conference in 2017, google introduced autoSize property of TextView

    https://youtu.be/fjUdJ2aVqE4

    
    

提交回复
热议问题