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

BottomNavigation within BaseActtivity #25

Open DipakMahapurkar opened 8 years ago

DipakMahapurkar commented 8 years ago

Hello @sephiroth, Thanks for great library. I want to use this bottom navigation all over the app like TabViewController in iOS. How can i implement with this. Please give some example for explanation. Thanks for Help.

leonardo2204 commented 7 years ago

I was trying to figure out the same stuff, I'm gonna dive into the code to see the best way to implement this... I also have a parent activity with children views, but the layouts are getting overlayed by the navigation bar... If anyone else has some enlightening on the matter, please, leave a comment !