Reputation: 7346
I find the "Preview" view in Android Studio super useful to see how my UI will appear on the device. The preview almost matches my in-app layout.
Our app has a fullscreen UI, which even hides the status bar. This works great on the device, but the preview insists on displaying the status bar. I haven't been able to figure out how to remove it editing an activity ui.
To be clear, I'm not talking about the App Titlebar, or the system buttons (home, back, etc).
Upvotes: 1
Views: 6688
Reputation: 3723
In Previews screen, Apply NoTitleBar.FullScreen theme to your layout.
Upvotes: -2