I followed the guide at:
http://developer.android.com/guide/topics/ui/menus.html
And have created an options menu.
But the menu sits at the top right of my app and I want it at the bottom, like a tab menu.
Any ideas where I am going wrong?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Newer devices (eg tablets) have the menu in the top-right (like a Pop-up type menu) by default. Older devices have the menu (like a tabbed menu) on the bottom. That’s just how they are. My app has the menu on the bottom for my Android 2.2 phone, but on my 4.0 tablet, it’s in the top-right.
So, to answer your question – you’re not doing anything wrong :).