Hey all,
So basically I am implementing material design in my corona app but cannot properly set the color behind the status bar as the status bar is actually tinted. Is there a way to have a fully transparent status bar on Android to match material design guidelines?
I’ve tested this by setting one solid color as the background and setting the status bar using display.setStatusBar(display.TranslucentStatusBar), which is fine on the simulator, but then tints when running on my android device (running Android 6.0.1) the status bar becomes tinted.
On a semi-related note, is there a way to set the status bar icons to a darker colour as done in apps such as the Google Calendar?
Any help would be very much appreciated.