How can I change the color of the status bar? (Android and IOS)

182 Views Asked by At

Sorry for the big picture.

I did some research, including here on the stackoverflow, but I was not successful with the options I found.

enter image description here

2

There are 2 best solutions below

0
Kiran Reddy On

** CHANGE THE COLOR OF THE STATUS BAR**

** REMOVE THE STATUS BAR COLOR**

this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN);
0
Parth Bhatti On

In styles.xml add following line in theme

<item name="android:statusBarColor">@color/colorPrimary</item>