I am developing an application that must hide title bar to increase screen spaces and for design issues. on non-physical buttons devices like nexus-4 and for Android > 3.0, I can't switch to use Action bar because the title bar is hidden, and in the same times these devices hasn't physical buttons to use standard menu.
My Question: How can I solve this problem
Thanks
Asked
Active
Viewed 95 times
-1

TronicZomB
- 8,667
- 7
- 35
- 50

JustMe
- 6,065
- 3
- 19
- 17
1 Answers
1
How can I solve this problem
Modify your UI to either:
Add back the action bar, or
Add something else on your screen, such as a button, to display something else on the screen that will serve as your "menu". You can see this approach used by many games.

CommonsWare
- 986,068
- 189
- 2,389
- 2,491