Is there a way to change Android Navigation bar color?

Status
This content is read-only, or is not open for further replies.

frm

Guest
offline
There's a style option metaThemeColor, which I presume is supposed to do just that, but it doesn't.

Other finds are hard coding
HTML:

<meta name="theme-color" content="">
to set the color to inherit from.

But, in doing so, that would remove the built in light/dark mode, and may mess up light mode to display darker, if you wanted to just be constrained to a light style, as that is already defined in PAGE_CONTAINER.

As you can see from the screenshot, it makes navigation...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom