aurelhubert / ahbottomnavigation

A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design.
3.83k stars 682 forks source link

Icon and text for 4 menu items? #349

Open vijaykd opened 6 years ago

vijaykd commented 6 years ago

How to show icon and text for 4 menu items? Is this possible your example shows only icon and icons is shifting?

I don't want icons to shift I want to show it like:

BottomNavigationMenu with Menu text in youtube APP

Is it possible, if so how?

sergchil commented 6 years ago

try bottomNavigation.setTitleState(AHBottomNavigation.TitleState.ALWAYS_SHOW);