I have my bottomNavigationView :
And i added this class to prevent it from doing shiftingMode :
public class BottomNavigationViewHelper {
You have to make your item icon tint list null, You reach that from your bootomNav :
null
bottomNavigationView.setItemIconTintList(null);