I was trying to set the following attribute of BottomNavigationView widget
app:itemTextColor="@color/text_color"
But this sets the text color of active and inactive item both. I want to have different text color on active and inactive item of BottomNavigationView.