Remove BottomNavigationView labels

Ali Zarei picture Ali Zarei · Oct 21, 2016 · Viewed 50.6k times · Source

Google released new support library v25 with BottomNavigationView

enter image description here

is there any way to remove items labels ?

Answer

Abdul-Aziz-Niazi picture Abdul-Aziz-Niazi · Jul 28, 2018

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.