2
I have a menu on my Toolbar, it has the following actions:
R.id.action_editar
R.id.action_salvar
How can I make so that when I click the edit action, the save action button becomes visible?
This would have to be accomplished in the onOptionsItemSelected method()?
'Cause I can’t call my menu on it to set the second action as visible, there’s some way to do this?
Thank you very much ramaral, it worked perfectly!
– Rafael