Hello devs,
I've been trying to use tabs in my application by following some tutorials...Only thing that worked was extending the TabActivity class. Everything else (TabHost, TabWidget, etc) didn't work. I suppose the tutorials were too old or something. So now I've got a TabActivity and I can create some tabs. Yay. Is there ANY way to show something at the top of the tabs? I want to have a label OVER the tabs. For example, I would like to have The words "Create your own recipe" at the top of all the tabs. I used the API demo of the Tabs from Google and it uses an XML layout containing a FrameLayout as the root node. I tried adding a TextView at the top of it, but it gets included within each tab instead of showing it at the top. Is there any way to do what I want to do?
The code I use right now is the same thing as the Tab examples of the API demos.
Thanks for your help!


