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>