I\'ve created a small app that has three fragments for top-level navigation through a BottomNavigationView. If you launch the app and click on a navigation button on the bottom
If you are using NavigationUI.setupWithNavController check out onNavDestinationSelected.
NavigationUI.setupWithNavController
Inside your bottom navigation view menu.xml, add android:menuCategory="secondary" to the corresponding MenuItem:
menu.xml
android:menuCategory="secondary"
MenuItem