How to implement a custom menu without tabs?

Scooby-D

New Member
http://i1254.photobucket.com/albums/hh620/Mike_Mccone/menu.pngI have a menu, linked above, that I would like to appear in all my activities. I can obviously include the xml for the menu in each of my activity layouts, and code my listeners in every activity, but I'd rather not have to do that to all 15 or so of my activities. I tried creating and extending a custom base activity, to no avail, as I then couldn't set a different layout for each activity. What's the best way to implement a menu like this without using tabs?
 
Back
Top