I have a kids painting app that I would like to do full screen. The app 
itself has minSdk of 7 and targetSdk of 13, and this allowed the menu icon 
to show in navigation bar (below) for Android 4 devices if I switch off 
Action Bar. *

* 
http://android-developers.blogspot.sg/2012/01/say-goodbye-to-menu-button.html

Unfortunately, this only works in phone and not tablets! So when in full 
screen mode, the menu is shown for phones but not tablets - unless I am 
able to switch off Action Bar for phones but switch on for tablets! Is 
there a way to do so?

Note that I need to support minSdk 7 so there is no ActionBar class.

Thanks for any help!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to