0

BottomBarNavigationBar template

BottomBarNavigationBar

Note : It should follow google material design guidelines also.

Andrii Omelchenko
  • 13,183
  • 12
  • 43
  • 79
Srikanth104
  • 65
  • 2
  • 10

1 Answers1

0
  1. Removing Bottom Navigation Bar is not possible in non-rooted android device. But you can set buttons to just above the Bottom navigation Bar,it would work fine and look nice.

  2. For changing text style you can go through this link. It would clear your doubt.

  3. Changing the selected tab is definitely possible. For this go through this link

And finally I am sorry that I am giving just link here, as all the questions you asked are already available on SO.

So please, next time when you ask any question, then do a detail research about it then post that here.

Community
  • 1
  • 1
Swr7der
  • 849
  • 9
  • 28
  • If we use Buttons instead of google's BottomNavigationBar we miss the auto hiding feature. For more info "https://material.google.com/components/bottom-navigation.html" @Swr7der – Srikanth104 Nov 18 '16 at 17:49
  • Thanks but the link is broken. Thanks for the info sir @Srikanth – Swr7der Nov 18 '16 at 18:10
  • The autohide feature does not seem to work anymore with the recent update. Any ideas? – Ahmed Faisal Dec 20 '16 at 18:11