Can anyone see why my help icon isn't showing in the action bar? I have pasted the relevant parts of my code below Thank you menu topline.xml: ` - Copy
Solution 2:
Did you put your item in a menu tag?
<menu....><item.../><item.../></menu>
If yes, change trial10:showAsAction with app:showAsAction. Just alt enter if there's an error on app.
Also delete that order line from home item
Post a Comment for "Options Menu Action Bar"