How to adjust text font size to fit textview

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

    Use app:autoSizeTextType="uniform" for backward compatibility because android:autoSizeTextType="uniform" only work in API Level 26 and higher.

提交回复
热议问题