android Android TextView fixed width adaptive font size January 3, 2024 by Neelofar Roy No Comments If the TextView must inherit from AppCompatTextView, use the following code in the XML: app:autoSizeMaxTextSize="@dimen/s16" app:autoSizeMinTextSize="@dimen/s6" app:autoSizeTextType="uniform" Copy the code