2
I’m trying to remove the dropdown menu from the Actionbutton Overflow from the Action Bar. In this case it would be the one that has the 3 points, one on top of the other, as default and as default option, "Settings". I would like to remove this "Settings" item, causing it to already perform an action by clicking on the menu icon. Any ideas ?
How is your xml menu file? You used the attribute
showAsAction="always"
?– Wakim
Yeah, it’s like "Always".
– Lucas Soares