How can I change top bar color?

0
When I preview my app on a smartphone in Mendix app, there is a top bar (with the time and battery percentage), which is black by default. Is there a way to change its color?
asked
2 answers
0

Check out the mobile features widget: https://appstore.home.mendix.com/link/app/48902/ 

You can use this to set the background and text color.

answered
0

Hi Maxim, 

You can also change it in the the PhoneGap package. In config.xml file you should change the following code line: 

<preference name="StatusBarBackgroundColor" value="#000000" />

answered