I\'m using the new Action Bar Support and all my action views are shown in overflow and not as icons in the bar. My app is for 7+ API.
HomeActivity:
A common mistake is forgetting to include the title string in your string.xml file. Make sure you include it for each menu item.
Suppose our menu xml contains the following item :
If we forget to include the value for the string toggle_action, then the action bar icon will not show.
Go to your strings.xml file and add in the following:
TOGGLE