Jimmy Porto
Jimmy Porto

Reputation: 139

Ionic Android statusbar icons color

Can I change the icons color by config.xml with Ionic?

Like this: Android statusbar icons color but using ionic 4.

I'm using it to change the background color, but I don't know if it's possible to change the icons color by the config as well.

<preference name="StatusBarBackgroundColor" value="#0c6263" />
<preference name="StatusBarOverlaysWebView" value="true" />

Upvotes: 0

Views: 1047

Answers (1)

nyx97
nyx97

Reputation: 211

Try to use this I think this will be the answer

Upvotes: 1

Related Questions