I\'m developing one application in which I have to add a custom layout on actionbar. Adding the custom layout is done, but when I\'m adding the menu items on actionbar my custom
The order of the menu items will be set according to their order in the XML file that they are inflated.
Therefore all you need to do is change the order in the XML file as you like.