KiBa1215 / BottomNavigation

An bottom navigation for android, label, icon and badge supported.
Apache License 2.0
5 stars 0 forks source link

By default tab press issue #1

Closed ranjitpatel closed 7 years ago

ranjitpatel commented 7 years ago

In my project the landing page is BottomNavigation Screen and i need a default tab to be selected so the content will display of that respective screen, please suggest how can i achieve this .

KiBa1215 commented 7 years ago

@ranjitpatel Thank you for your issue. I never thought there would be anyone cares about this project... And for your question, I think you can usebottomNavigationView.setTab(int position) when Acitivity onCreated. BTW, as Google has supported the library called “BottomNavigationView”, you can simply replace this project with that.

Thank you again.