armcha / LuseenBottomNavigation

BottomNavigationView Designed according Google guideLine
1.02k stars 180 forks source link

How to set selected Tab manually? #7

Closed chrjsorg closed 8 years ago

chrjsorg commented 8 years ago

Hi,

is it possible to select the tab manually? (Using 5 tabs which have activities/fragments behind, I need to set the selected tab manually after I switch to an activity.)

Cheers, Chris

armcha commented 8 years ago

@chrjsorg it will be available in next version

 bottomNavigationView.selectTab(3);
chrjsorg commented 8 years ago

Thanks. Do you have an ETA?

armcha commented 8 years ago

@chrjsorg at tomorrow

chrjsorg commented 8 years ago

Please close the issue when its live (gradle), so I get a notification and can try it out right away. Thanks :)