Material-BottomNavigation
Material-BottomNavigation copied to clipboard
How to show and hide bottom navigation in code?
Thank you for this fantastic library. How can I show and hide bottom navigation in code? I tried expand() but it doesn't work.
You can do...
BottomNavigation.setExpanded(expanded, animate)
or...
BottomNavigation.setVisibility(visibility) // View.VISIBLE | View.INVISIBLE | View.GONE