Pregunta

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.

¿Fue útil?

Solución

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

 <uses-sdk
    android:minSdkVersion="9"
    android:targetSdkVersion="10" />
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top