I\'m adding a BottomNavigationView to a project, and I would like to have a different text (and icon tint) color for the selected tab (to achieve greying out no
While making a selector, always keep the default state at the end, otherwise only default state would be used. You need to reorder the items in your selector as:
And the state to be used with BottomNavigationBar is state_checked not state_selected.