Im working on action menu item and its over flow item this is my main_menu.xml
android:orderInCategory
is actually useful in two ways.
1. For menu items in ActionBar
.
Items will appear from left to right in ActionBar depending on the ascending order.
2. For menu items in overflow
menu.
Overflow menu items will be displayed from top to bottom depending upon the ascending order you have specified.