DeweyReed / Theme

🎨 An Experimental Theme Engine for Android
Apache License 2.0
93 stars 6 forks source link

Navigation icons color sometimes isn't the same as toolbar icon color #4

Closed DeweyReed closed 5 years ago

DeweyReed commented 5 years ago

Currently, for some colors, Theme's isColorLight and Android give different answers. Therefore, the toolbar icon color and the navigation bar icon color are different.

There must be something like isColorLight in AOSP but where?

DeweyReed commented 5 years ago

Actually, there is nothing I can do.

After some exploration, I found out the original Android doesn't change navigation icons color automatically. If the navigation color is white, the icons are also white unless the flag is set.

However, some ROMs do change this behavior. They may change navigation icons color according to navigation bar color. In this situation, since their implementation is unknown, we can't do more.