Is there a way to specify some action items to the top part of the Split Action Bar while the others go to the bottom? Or is it all or nothing, whereby all the action items go to the bottom part of the split only?

enter image description here

link|improve this question

feedback

3 Answers

I solved this problem by using a CustomView and adding the menu items, which should display at the top, to this view.

link|improve this answer
1  
How exactly did you do this? – Marcus Wolschon Feb 1 at 10:45
feedback
up vote 3 down vote accepted

This is currently not possible.

See the response directly from Android developers Reto Meier and Roman Nurik during the Android Developer Office Hours: http://youtu.be/pBmRCBP56-Q?t=55m50s

link|improve this answer
feedback

Doubtful. However, you could se a combination of these when creating your menu items in the Action Bar to experiment.

MenuItem.SHOW_AS_ACTION_ALWAYS
MenuItem.SHOW_AS_ACTION_NEVER
MenuItem.SHOW_IF_ROOM
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.