I use bottom navigation view for my app and want to remove the text under the icon. I looked for it on the internet but still can\'t find the solution. Did anyone use to dea
All you need to do is add this in your BottomNavigationView and the title and annoying animation is gone app:labelVisibilityMode="unlabeled"
app:labelVisibilityMode="unlabeled"