Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid check in BottomNavigation.java:443 #75

Open
wscheffer opened this issue Nov 1, 2017 · 1 comment
Open

Invalid check in BottomNavigation.java:443 #75

wscheffer opened this issue Nov 1, 2017 · 1 comment

Comments

@wscheffer
Copy link

  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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant