armcha / LuseenBottomNavigation

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

BottomNavigationView should have a method to get the item (and change the text) #17

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello,

I currently have a tab with the user location, and would like to dynamically change the text of the BottomNavigationItem.

Do you plan to add something like:

bottomNavigationView.getItem(0).setTitle("NewTitle")?

Thank a lot for the awesome lib!