BottomNavigation icon indicating copy to clipboard operation
BottomNavigation copied to clipboard

item's width too small when item size less than 3

Open cheenxuan opened this issue 8 years ago • 1 comments

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 .

cheenxuan avatar Aug 09 '17 09:08 cheenxuan

please fix it!

zhaowenliang avatar Feb 23 '19 06:02 zhaowenliang