Remove BottomNavigationView labels

I hope I am not too late to the party here.

But as of Design Support Library 28.0.0-alpha1
you can use the property

app:labelVisibilityMode="unlabeled"

BottomNavigationView without labels

you can use other values “auto”, “labeled” and “selected” as well.

Leave a Comment