sephiroth74/Material-BottomNavigation

Invalid check in BottomNavigation.java:443

Opened this issue · 1 comments

  if(heightMode == -2147483648) {
                throw new IllegalArgumentException("layout_width must be equal to `match_parent`");
            }

How should you use this in a ConstraintLayout with android:layout_width="0dp"?

BottomNavigation.java:326 can we have an additional if here for ConstraintLayout?