TabWidgets appear to default to 65 pixels in height. That's with or without icons. And that's just a bit too huge for my tastes. And like so many Android widgets, there's no convenient way to change simple style properties. Do I really have to create an entire Theme just to change the default height of a tab? Any way to do this dynamically with, like, one line of Java code?
To think that people complain about Swing being demanding. At least with JTabbedPane you can call setMaximumSize(), setMinimumSize(), setPreferredSize(), etc. And let's not forget it's one object--so much easier than Android's TabHost-TabSpec-TabWidget paradigm...


