I'm using tabs on my latest project, and I desperately need to come up with about 15px more of vertical room, so that my users don't have to scroll to see the bottom half of a button.
I notice that my TabSpec has given me tabs that have a huge amount of empty space - they have about 3 times and much height as they need to comfortably show the tab labels. I've tried 37 different ways to shrink the tabs, and searched all across the internet, all to no avail.
I assumed it would going to start with tabHost.getTabWidget().set... but I can't find anything.
Anyone have any ideas?

