Im working on action menu item and its over flow item this is my main_menu.xml
android:orderInCategory is an integer attribute that dictates the order in which the menu items will appear within the menu when it is displayed.
Menu items in
ToolBarare arranged fromlefttoright(orstarttoendin RTL mode) in the ascending order (i.e. 1,2,3->left to right).
Menu Items in
Overflow menuare arranged fromtoptobottomin the ascending order (i.e. 1,2,3->top to bottom).