I want to create a fixed bottom navigation bar instead of a shifting navigation bar (which is the default provided by the BottomNavigationView) using BottomNavigationView. So, how should I create it?
Asked
Active
Viewed 5,665 times
0
-
https://stackoverflow.com/questions/45155551/create-bottom-navigation-bar/45158913#45158913 – AskNilesh Jul 20 '17 at 09:48
-
Follow this guidline and you can create your bottomnavigationview exactly like the one android provides. I created mine following this. https://material.io/guidelines/components/bottom-navigation.html# – beginner Jul 20 '17 at 09:51