chip-navigation-bar
chip-navigation-bar copied to clipboard
API to change badge and text color for each menu item at runtime?
It'd be great to change the badge and text color for a specific menu item in code.
I'm having a really hard time trying to sync a theme dynamically without restarting the Activity.
I tried replacing the menu resource with setMenuResource() but I still cannot manipulate the badge color without editing the core API.
Also, It'd be great to be able to validate if a given menu item has a visible badge at runtime. There's no API for that.