1
I have a project/app developed on Android 2.2. The same runs without any problem, but as the current devices are abolishing the "menu" button or in some cases use virtual buttons, it became "disabled" if installed on some devices that do not have the said button. I would like to know how I can implement an Actionbar/Toolbar for this project/app as simply as possible, that is, I would not like to have to make major changes to the code.
Thank you all and look forward to any help.
Ps.: My application already exists, so I don’t know how to include such "resource" in it.
See on documentation and this question
– ramaral