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
TableLayout
Te
Use app:autoSizeTextType="uniform" for backward compatibility because android:autoSizeTextType="uniform" only work in API Level 26 and higher.
app:autoSizeTextType="uniform"
android:autoSizeTextType="uniform"