I’m trying to get the overflow button from the action bar to show up in the bottom, next to the back/home/other-apps buttons. I was assuming this would be the case if I turn off the title bar, but it doesn’t. I tried googling it, but I can’t find any solutions.
Who can give me a hint?
For example this app has it:

In your
AndroidManifestyou have to set the targetSdkVersion to 13 or earlier like this:That will force ICS to run your app in compatibility mode and give you the 3 dots in your bottom bar for your overflow menu.