Originally PR'd in #5338 but since the diff was too big I'm committing it here.
@@ -23,6 +23,7 @@ public class BottomTabs extends AHBottomNavigation {
public BottomTabs(Context context) {
super(context);
setId(R.id.bottomTabs);
+ setBehaviorTranslationEnabled(false);
if (BuildConfig.DEBUG) setContentDescription("BottomTabs");
}