Reputation: 583
How can I display a menu in my application when I don't have a hardware menu button on my phone and when I hide the titlebar?
Upvotes: 1
Views: 1269
Reputation: 5526
To answer to your question: you can open the menu programmatically using openOptionsMenu()
.
However, you probably should include a ActionBar instead, as suggested in the comments.
Upvotes: 2