In menu item I found this the tag
android:orderInCategory="100"
.
What is the work of this tag?
And what will happen if I change 100
to other?
In menu item I found this the tag
android:orderInCategory="100"
.
What is the work of this tag?
And what will happen if I change 100
to other?
android:orderInCategory="Integer"
Use in two way
1>....Action bar menu items will appear from left to right in Action Bar depending on the ascending order.
2>....For overflow menu items will be displayed from top to bottom depending upon the ascending order you have specified.