BottomNavigationView - How to uncheck all MenuItems and keep Titles being displayed?
As I liked the design from BottomNavigationView I decided to implement a new Menu for my App with it, instead of just using simple buttons. I took this post as a guideline. According to BottomNavigationView 's documentation , its purpose is to provide quick navigation between top-level views of an app. It is primarily designed for use on mobile. In my case, I just want each MenuItem to launch an activity, but by default there is always one MenuItem selected: I tried to set the color to white with: app:itemIconTint="@color/white" app:itemTextColor="@color/white" Still, visibly selected MenuItem