Top "Android-statusbar" questions

The status bar located on the top of the Android device screen.

Android : status bar color change for API level below 21

I am trying change status bar color for API level lower than 21.By changing the color primary in Theme style …

android android-5.0-lollipop android-theme android-styles android-statusbar
Can I set FLAG_LAYOUT_NO_LIMITS only for status bar?

I need to make transparent status bar. I am using getWindow().addFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS) and it …

android android-5.0-lollipop android-statusbar
the status bar changes it's color to black inside fullscreen dialog fragment android

I'm using dialog fragment. The problem is that the status bar color is changed to black. How to change it …

android colors fragment android-dialogfragment android-statusbar
set windowlightstatusbar property programmatically

As you know we can set the windowLightStatusBar from xml by following codes. <item name="android:windowLightStatusBar">true&…

android android-statusbar
How to change navigation header color in react native?

How do I change the color of the navigation header in a React Native app? I tried initialising background color …

android react-native react-navigation android-statusbar
Invert icon color of status bar

I have searched a lot about this but all I have found is how to change status bar color. I …

android android-statusbar
Status Bar color for API Level below 21 is not changing

The Status Bar color for API level 21 or above is changing according to my requirement but how to change the …

android xml android-theme android-styles android-statusbar
Change Android Statusbar color In Cordova

I want to change the Status bar color in Android (I'm using 6.0 for testing). I tried the statusbar plugin and …

javascript android cordova cordova-plugins android-statusbar
Android: How to set status bar and navigation bar semi transparent

In some applications I noticed that the status bar and navigational bar are transparent however, not completely. I do not …

android android-layout android-xml android-statusbar android-navigation-bar
How to expand/collapse status bar through ADB?

Is there any way to expand/collapse status bar of Android phone over ADB?

android shell android-service adb android-statusbar