BottomNavigationView doesn\'t show menu\'s title that are inactive.
How to show titles of all menu elements in bottomNavigationBar? The problem is that in my case s
To your BottomNavigationView add app:labelVisibilityMode="unlabeled"
BottomNavigationView
app:labelVisibilityMode="unlabeled"
which results in the following