I want to have a custom view before app icon on the action bar. That custom view is actually menu button as you see in facebook. I also want the UP button i.e. Home button too. So can we either place an icon to the left of the app icon or otherwise show some other image as app icon but that image should not be seen in the app drawer?
Share
Finally, I got some workaround for this. I applied custom view to my action bar and removed app icon. And had an imageview with app icon on my custom view. For those who are interested, this is how my custom view on action bar xml looks like: