How do I remove the android emulator’s Status Bar inside Eclipse’s Graphical Layout? My application is set to run in full screen mode, but I’m having a hard time in layouting because the status bar is present in the graphical layout of Eclipse.
How do I remove the android emulator’s Status Bar inside Eclipse’s Graphical Layout? My
Share
You can just change the theme in the drop-down list (or perhaps better said in Android terminology:
Spinner:)) at the top right corner in the layout editor to one of the*.NoTitleBar.Fullscreenoptions.Edit: added screenshot.
By the way, if you have a hard time creating layouts that properly scale with or without the titlebar/actionbar, you may have to rethink if you’re going down the right path. If you’re developing for a specific (number of) device(s), then I haven’t said anything.