On May 25, 11:49 am, Mike <michaeldouglaskra...@gmail.com> wrote:
> Is there way to do font scaling similar to the way you can assign
> percentages to a layout?

LinearLayout does percentage-like calculations for its children when
you're using the weight attribute on its childrens' layouts.  Or force
height and width settings during layout.  Yes, you need complete
control of your own views.

Then, if you're then just trying to fit text into a TextView that's
already been sized, take some hints from the Market app:

http://www.pushing-pixels.org/2010/12/16/meet-the-green-goblin-part-4.html

Doug

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to