- Can I add more than 5 menu items in bottom navigation view?
- How do I make my navigation bar stay at the bottom?
Can I add more than 5 menu items in bottom navigation view?
Using bottom navigation link
Note:BottomNavigationView does not support more than 5 menu items.
How do I make my navigation bar stay at the bottom?
To set the navigation bar at bottom, use position: fixed property, with bottom property.