Enoch wrote:
> Hi,
> I'm creating Tabs for my application and I wonder how do I change the
> font size in the Tab Host (Tab Menu)

There is no reliable officially-supported solution for this.

You are welcome to poke around in the view hierarchy, find the TextView
widgets that represent the tab labels, and change their font sizes. The
following link shows this technique, in this case changing the size of
the tabs:

http://wiki.andmob.org/faq-tabsize

However, this code will likely break in future Android releases, so you
will need to be prepared to make changes going forward.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in Germany, 18-22 January 2010: http://bignerdranch.com

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

Reply via email to