4

The iPhone has the method adjustsFontSizeToFitWidth for the UILabel.

Is there a way to automatically adjust the width of the text to match the width TextView or Button in android?

DeRagan
  • 22,827
  • 6
  • 41
  • 50
tidwall
  • 6,881
  • 2
  • 36
  • 47

1 Answers1

1

I have not heard of any direct methods in Android which can do this for you. This post has a class customized for the same purpose. Did you check this out??

How to adjust text font size to fit textview

Community
  • 1
  • 1
DeRagan
  • 22,827
  • 6
  • 41
  • 50