In the main activity of this app I'm developing I want 4 menu items to be always displayed in the action bar.. I've used showAsAction = "always" for every item of the menu because my theme in this activity removes the title and only displays the icon, so I know there will be a big space in the action bar for icons to be displayed.. However, I'm not sure if setting all items to "always" is the correct way of doing it.. Is there other way or am I correct?
ps: showAsAction = "ifRoom" only allows my app to display 2 items in the action bar..