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 :
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
Post a Comment