My Honeycomb activity uses the Tabs navigation mode by doing
getActionBar().setNavigationMode(ActionBar.NAVIGATION_MODE_TABS). The
activity also has menu items marked with
android:showAsAction="ifRoom". I would have expected that the tabs are
first displayed, and then any remaining space in the ActionBar is used
for the menus since I used "ifRoom". However, what is happenning is
that all the menus are displayed above the Tabs instead of being shown
in the overflow menu. Is this expected?

How can I make the Tabs get higher priority so that they never get
hidden behind the menu items?

Thanks
Shri

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to