My application runs on Gingerbread. It can properly show action-bar menu-item in normal SherlockFragmentActivity
but when I add a menu item in an Activity
with tabs the item is not shown. I was expecting to see the item above the tabs on the right of the name.
Is that normal or I'm doing something wrong?
I can add normal options-menu item that are properly show in the menu.
So the main question is: did someone manage to show both the tabs and the action-bar?