Invalid check in BottomNavigation.java:443
Opened this issue · 1 comments
wscheffer commented
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"?
wscheffer commented
BottomNavigation.java:326 can we have an additional if here for ConstraintLayout?