chip-navigation-bar icon indicating copy to clipboard operation
chip-navigation-bar copied to clipboard

API to change badge and text color for each menu item at runtime?

Open IODevBlue opened this issue 2 years ago • 0 comments

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.

IODevBlue avatar Sep 29 '22 16:09 IODevBlue