Merge TabActivity menu with contained Activities menus
问题 My application's main Activity is a TabActivity and it contains an OptionsMenu. I define some other Activities (which go into a tab) and I would like to define a menu in each of these activities and have its menu merged with the main one. Is it possible? 回答1: Yes, this is possible. Basically you just inflate multiple xml files into the same options menu. Items are added to the menu in order of inflation. Just overwrite onCreateOptionsMenu(Menu menu) for your TabActivity , inflating the xml