[android-developers] Re: Changing TabHost font size

2009-10-06 Thread konic
Unfortunately, the link shows how to change TAB size not the FONT size. But the main warning stays correct: ...this code will likely break in future Android releases. However, continuing the same incorrect way to deal with problems, one may try the following: TabWidget tw = getTabWidget(); for

[android-developers] Re: Changing TabHost font size

2009-10-06 Thread Mark Murphy
Unfortunately, the link shows how to change TAB size not the FONT size. Which, if you read my post, is what I said. But the main warning stays correct: ...this code will likely break in future Android releases. However, continuing the same incorrect way to deal with problems, one may try

[android-developers] Re: Changing TabHost font size

2009-09-10 Thread Mark Murphy
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