1

I am using the new bottom navigation bar added in support library 25 i want to show 4 icons with text right now if there are more the 3 items it only shown the active icon with text for others only show the icon.

Right Now it shows Like this

enter image description here

What i wanted to achieve is this

enter image description here

I wanted to show four Icons with text as in second screen and it looks right

I know there are third party libraries through which i can achieve this https://github.com/roughike/BottomBar but i want to do this with support library 25

Note:Second screen shot does not belong to me i have copied it from here https://code.google.com/p/android/issues/detail?id=230653

Fahad Rehman
  • 1,189
  • 11
  • 25
  • It is not currently possible to override this behavior of BottomNavigationView. If you really need this, maybe consider using TabLayout instead with no tab indicator. – Karakuri Feb 03 '17 at 14:54

0 Answers0