Android top bar background colour

0
How do I change the background colour of the top bar in the Android version of my app? It is currently white so all the white status icons (cell signal strength, wi-fi signal strength, time, battery level) are not visible.
asked
1 answers
0

Hi William,

You can add/change the mobile features widget in your project, and from there you can change the color of the statusbar. 

Or you can change the phonegap package from sprintr, and set the StatusBarBackgroundColor in the config.xml

answered