IPhone has a method setting FontSizeToFitWidth for UILabel.
Is there a way to automatically adjust the width of the text according to the width of the TextView or Button in android?
I have not heard of any direct methods in Android that can do this for you. This post has a class configured for the same purpose. Have you checked this?
How to adjust the font size for text according to text