Remove Animation/Shifting mode from BottomNavigationView android [duplicate]
Ok i found a way in case it helps someone else. So by default BottomNavigationView add shiftingmode = true when its more than 3 items. At this moment you cannot change it through existing API and the only way to disable shift mode is to use reflection. So we can use this helper to get … Read more