Top "Statusbar" questions

A status bar is an area typically found at the bottom of Graphical User Interfaces that provide information about the computer, the application or other applications.

iOS 7 - Status bar overlaps the view

I have a ViewController which is inside a UINavigationcontroller, but the navigationBar is hidden. When I run the app on …

ios statusbar ios7
Android: show/hide status bar/power bar

I am trying to create a button where I can hide or show the status bar on my tablet. I've …

android show-hide statusbar
Android Material: Status bar color won't change

I'm developing an simple app to test the material design. I'm using com.android.support:appcompat-v7:21.0.0 and my activity looks …

android statusbar material-design
windowSoftInputMode="adjustResize" not working with translucent action/navbar

I have problems with the translucent actionbar/navbar in the new Android KitKat (4.4) and the windowSoftInputMode="adjustResize". Normaly, changing the …

android resize statusbar android-4.4-kitkat window-soft-input-mode
Status bar won't disappear

I'm creating an application and I want the status bar hidden. When I test the app, the status bar is …

hidden statusbar ios7 xcode5
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" works on Application level but not at the activity level. Any clue?

I need to make one of my activities called MyNoStatusBarActivity.java a full-screen activity. I have added in the Manifest : &…

android android-activity android-manifest statusbar android-theme
How can I create a bar in the bottom of a Java app, like a status bar?

I am in the process of creating a Java app and would like to have a bar on the bottom …

java swing netbeans statusbar
Hide Status Bar In iOS 8 app

I have tried [[UIApplication sharedApplication] setStatusBarHidden:YES]; This does nothing. And I have looked in my Info.plist file for "…

objective-c ios8 statusbar
Change Status Bar Background Color in Swift 3

In XCode 7.3.x ill changed the background Color for my StatusBar with: func setStatusBarBackgroundColor(color: UIColor) { guard let statusBar = UIApplication.…

ios swift swift3 statusbar uistatusbar
iOS 7 Status bar with Phonegap

In iOS 7, Phonegap applications will appear underneath the status bar. This can make it difficult to click on buttons/menus …

ios cordova uiwebview ios7 statusbar