Scaling textSize in a TextView

Posted by fiXedd on Stack Overflow See other posts from Stack Overflow or by fiXedd
Published on 2010-02-19T04:45:07Z Indexed on 2010/03/25 16:43 UTC
Read the original article Hit count: 145

Filed under:
|
|

Say I have a TextView of a particular size (doesn't really matter what... fill_parent, 20dip, whatever). Is it possible to tell the text to shrink/grow in size to fit the available space without doing a lot of math?

© Stack Overflow or respective owner

Related posts about android

Related posts about textview