Fixed
Status Update
Comments
am...@google.com <am...@google.com> #2
I am experiencing the same problem on multiple devices using 23.2.0
sa...@gmail.com <sa...@gmail.com> #3
Hi,
We have passed this defect on to the development team and will update this issue with more information as it becomes available.
Thanks
We have passed this defect on to the development team and will update this issue with more information as it becomes available.
Thanks
sa...@gmail.com <sa...@gmail.com> #4
This appears to specifically impact Android 5 and 6, but is ok on Android 4
sc...@gmail.com <sc...@gmail.com> #6
Same problem.
am...@google.com <am...@google.com> #7
Issue is fixed and released in 25.1.1 support lib
yy...@gmail.com <yy...@gmail.com> #8
This is a bug, but the fitSystemWindows on the CoordinatorLayout is doing absolutely zero here. You can remove it and the bug will go.
Description
I's impossible to replace the menu of a BottomNavigationView.
If you do a clear on the menu before, you got the following exception : java.lang.IllegalStateException: Already in the pool!
If you don't do the clear, it will add the new menu at the end of the old one until you get more than 5 items then you'll get java.lang.IllegalArgumentException: Maximum number of items supported by BottomNavigationView is 5
Expected : A clear followed by an inflate should replace the old menu and should not throw an exception
Nexus 5x
Android 7.1.1
Build tools : 25.0.2
Support design : 25.1.0