I refer this. Schedules Activity is appeared when I click Schedules, but first item color (Favorites) is always selected. It doesn\'t change Schedules item color from Favorites
create a color directory in res folder and create your xml file for customize your bottom navigation items:
res/color/bottom_nav_color.xml:
and in your BottomNavigationView set app:itemTextColor and app:itemIconTint values to @color/bottom_nav_color
BottomNavigationView
app:itemTextColor
app:itemIconTint