Material-BottomNavigation icon indicating copy to clipboard operation
Material-BottomNavigation copied to clipboard

Invalid check in BottomNavigation.java:443

Open wscheffer opened this issue 7 years ago • 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"?

wscheffer avatar Nov 01 '17 13:11 wscheffer

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

wscheffer avatar Nov 02 '17 05:11 wscheffer