Android TextView固定宽度自适应字号 HelloBan 2020-09-24 735 阅读1分钟 前提是TextView必须是继承于AppCompatTextView,xml中使用以下代码即可: app:autoSizeMaxTextSize="@dimen/s16" app:autoSizeMinTextSize="@dimen/s6" app:autoSizeTextType="uniform"