On Android can you se the text in the status bar to be black? Im using yellow for the status bar and white is hard to see, I tried this but it stays white, im presuming colorAccent is the text/clock colour etc? I tried ff000000 and 00000000 but it seems it's still white.
<resources> <color name="colorPrimary">#ffFBD532</color> <color name="colorPrimaryDark">#ffFBD532</color> <color name="colorAccent">#00000000</color> </resources> -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/b4405780-4867-446b-8df5-6501e4fe415c%40googlegroups.com.
