Good afternoon All. I have a question about botto...
# compose
m
Good afternoon All. I have a question about bottom navigation. The material BottomNavigationView enforces a maximum size. I'm not sure if this is hardcoded or based on screen size, but it's kind if immaterial to my question.
Copy code
java.lang.IllegalArgumentException: Maximum number of items supported by BottomNavigationView is 5. Limit can be checked with BottomNavigationView#getMaxItemCount()
When i use the NavigationBar material 3 composable, it does not enforce that constraint, and it just simply tries to squish all the items into the navigation bar. I'm curious why there is a disconnect between the two?
👀 1