Material-BottomNavigation
Material-BottomNavigation copied to clipboard
Invalid check in BottomNavigation.java:443
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?