Closed DeweyReed closed 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.
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?