Auto Scale TextView Text to Fit within Bounds

后端 未结 30 2919
囚心锁ツ
囚心锁ツ 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 05:58

    AppcompatTextView now supports auto sizing starting from Support Library 26.0. TextView in Android O also works same way. More info can be found here. A simple demo app can be found here.

    
    
          
    
    
    

提交回复
热议问题