Hi guys , i’m looking a way to set the status bar text black on android (with background white)
can anyone help me please?
We don’t currently have a feature for this, but if you want to get your hands dirty with foreign-code, SYSTEM_UI_FLAG_LIGHT_STATUS_BAR is what you want to play around with. Unfortunately, this will trip over the code that does the showing/hiding of the status-bar, if you’re also doing that in your app. So you might have to re-apply this state after hiding/showing the statusbar.
I’ve added an internal ticket for adding a feature for controlling this switch from Android.StatusBarConfig, but I can’t give any promises about when we’ll get around to this.