Component - Bottom navigation bar
A bottom navigation bar lets users switch between main sections of an app quickly. It stays fixed at the bottom of the screen and shows icons and labels for each section.
A bottom navigation bar lets users switch between main sections of an app quickly. It stays fixed at the bottom of the screen and shows icons and labels for each section.
BottomNavigationView ├─ MenuItem (Home) ├─ MenuItem (Search) ├─ MenuItem (Profile)