I'm trying to create an application using the Master/Detail Flow template provided by Android, and I'm trying to add multiple actionbar menu items to both the master and detail portions of the actionbar. This is what I'm trying to accomplish:
(source: softwarecrew.com)
Trying to add the menu items through the fragments themselves doesn't seem to work, is it even possible?