On Fri, Apr 15, 2011 at 10:59 AM, bob <[email protected]> wrote: > Is there an easy way to remove the status bar at the top of the screen > in an Android app?
On Android 1.x or 2.x: http://www.androidsnippets.com/how-to-make-an-activity-fullscreen On Android 3.x, you cannot remove the system bar, and many apps will not want to hide the action bar, as that is where the options menu shows up. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- 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

