android - No hardware "Options" button , How to get option menu to appear? -


i using this: android:theme="@android:style/theme.notitlebar.fullscreen". menu works fine devices comes "hardware options button" @ bottom ,menu items appear expected on bottom of screen .

how make "options" button appears device doesn't have "hardware button"?

what looking :

see screenshot

if disabled (fullscreen) style menu show @ upper right corner ,as expected too.

that "button" referring in screenshot available if application has target sdk value below 11 in manifest, because compatibility trick applications expect device hardware menu button , haven't been update use action bar menu.

if use action bar menu, expectation not hide user (at least no permanently).


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -