how to set the background color of the status bar during the launching phase
how to set the background color of the status bar during the launching phase
The Easiest Way is :got to res -> value -> styles and add this 1: Add this in your color xml file <resources> <color name="colorPrimary">#3F51B5</color> <color name="colorPrimaryDark">#000000</color> <color name="colorAccent">#FF4081</color> </resources> 2:Add this in your styles.xml file
View On WordPress












