I use this library, it's an excellent extension!
https://github.com/ittianyu/BottomNavigationViewEx
BottomNavigationViewEx bnve = (BottomNavigationViewEx) findViewById(R.id.bnve);
bnve.enableAnimation(false);
bnve.enableShiftingMode(false);
bnve.enableItemShiftingMode(false);
bnve.setIconSize(widthDp, heightDp);
bnve.setTextSize(sp);