enter image description here

I have designed this simple login screen. In the LoginActivity, I have not declared onCreateOptionsMenu or onPrepareOptionsMenu.

But still I am getting overflow like button at the screen bottom right as shown in the below picture. When I click on it, it does not do anything.

If it were an Action item it would be in the Action Bar area not along with the device's native soft buttons.

Does anybody know how can it be resolved?

有帮助吗?

解决方案

You'll need to set android:targetSdkVersion="14" or higher within your AndroidManifest.xml to get rid of the "menu button of shame".

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top