Question

I am creating a option menu in a no title bar theme, bt the problem is my phone does not contain any menu button. So how can i make the on Screen menu button to appear. I tried my code in a friends phone(with menu button) and it worked perfectly.

Was it helpful?

Solution

Just make the target sdk version to less then 11(say 10) here in manifest xml:

 <uses-sdk
    android:minSdkVersion="9"
    android:targetSdkVersion="10" />
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top