- What is bottom navigation bar?
- Where is the bottom navigation bar?
- Can I add more than 5 menu items in bottom navigation view?
What is bottom navigation bar?
Bottom navigation bars make it easy for users to explore and switch between top-level views in a single tap. They should be used when an application has three to five top-level destinations.
Where is the bottom navigation bar?
Bottom navigation bars display three to five destinations at the bottom of a screen. Each destination is represented by an icon and an optional text label. When a bottom navigation icon is tapped, the user is taken to the top-level navigation destination associated with that icon.
Can I add more than 5 menu items in bottom navigation view?
According to Google's Material Design specification, BottomNavigationView does not support more than 5 items.