Hello I am using ActionBar tabs to create a tabbed application similar to an iPhone one. The iPhone app has the tabs on the bottom and the action bar menu items on the top. Like this:
You see how the "Today" and "Timeline" buttons are on the top of the action bar if we may call it in the iPhone app.
Now what I tried to do showed up like this:
You can see the tabs are on the top and also the only menu in the action bar shown is the menu of the main activity that sets up the ActionBar and Adds the Fragments as Tabs.
How can I show a different menu in each tab and if possible make the Tabs appear top most.
Thanks in advance.