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 tur
In your AndroidManifest you have to set the targetSdkVersion to 13 or earlier like this:
AndroidManifest
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.