views:

38

answers:

1

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?

A: 

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??

http://stackoverflow.com/questions/2617266

Rahul