Am porting to honeycomb.  For one of my activities, a menu is not
showing up in the Action Bar.

I have a TabActivity.  Two tabs. A ListActivity in each.  When the
TabActivity is visible, the action bar shows the normal icon & title,
but there is no menu or menu choices.

On honeycomb, onCreateOptionsMenu is not being called for the
ListActivty in the tab. Same app, on gingerbread, sees
onCreateOptionsMenu of the ListActivity is being called.  Honeycomb
documents a change about when onCreateOptionsMenu is called, but I am
not seeing onCreateOptionsMenu called for the views in the tabs,  not
even at tab creation.  (It is called in other non-tab views.)

Unfortunately, I cannot easily move the menus to the TabActivity
because my tabs have different menus.

Is this possibly a problem with my code?  Or an Android bug or an
undocumented incompatibility?

Any ideas?

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

Reply via email to