[android-developers] Re: Setting tab heights

2009-08-10 Thread nEx.Software
On second thought, I actually pulled the TabHost and TabWidget code from the Android Open Source Project. I suppose I didn't subclass, then. On Aug 10, 2:53 pm, "nEx.Software" wrote: > Personally, I subclassed TabHost, and TabWidget and provided my own > TabIndicator. Probably a lot more work th

[android-developers] Re: Setting tab heights

2009-08-10 Thread nEx.Software
Personally, I subclassed TabHost, and TabWidget and provided my own TabIndicator. Probably a lot more work than I had to do, but I am custom drawing my tabs so I was OK with a little extra work for full control. On Aug 10, 7:52 am, Mark Murphy wrote: > The only way I know of to change the height