On Thu, Mar 8, 2012 at 2:50 PM, bob <[email protected]> wrote: > I have the Samsung Galaxy Tab 10.1, and it has a status bar at the bottom of > the screen with the Back, Home, Menu, and Screen Capture button. Is there a > reasonable way to hide this to play a movie back in complete fullscreen?
No. See "Controls for system UI visibility" on: http://developer.android.com/sdk/android-4.0.html In short: you can hide it on phones, not tablets (via setSystemUiVisibility()), though you can dim it on tablets. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

