sephiroth74 / Material-BottomNavigation

Bottom Navigation widget component inspired by the Google Material Design Guidelines at https://www.google.com/design/spec/components/bottom-navigation.html
MIT License
1.47k stars 236 forks source link

How to show and hide bottom navigation in code? #42

Open onooma opened 7 years ago

onooma commented 7 years ago

Thank you for this fantastic library. How can I show and hide bottom navigation in code? I tried expand() but it doesn't work.

AntumDeluge commented 2 years ago

You can do...

BottomNavigation.setExpanded(expanded, animate)

or...

BottomNavigation.setVisibility(visibility) // View.VISIBLE | View.INVISIBLE | View.GONE