BottomNavigation
BottomNavigation copied to clipboard
item's width too small when item size less than 3
BottomNavigationHelper --> getMeasurementsForFixedMode --> line 40 int maxWidth = (int) context.getResources().getDimension(R.dimen.fixed_min_width);
It will work normal as long as you change fix_min_width to fix_max_width .
please fix it!