You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to change the icon images upon clicking on the tabs dynamically without having to create new instances of MeowBottomNavigation. Right now, let's say I have 3 buttons and I want two replace the icon of the first tab with another icon I am doing this bottom_nav.add(new MeowBottomNavigation.Model(1, R.drawable.ic_home))
but the bottom nav bar just adds 4th button with the new icon. There has to be a replace() function.
The text was updated successfully, but these errors were encountered:
I want to change the icon images upon clicking on the tabs dynamically without having to create new instances of MeowBottomNavigation. Right now, let's say I have 3 buttons and I want two replace the icon of the first tab with another icon I am doing this
bottom_nav.add(new MeowBottomNavigation.Model(1, R.drawable.ic_home))
but the bottom nav bar just adds 4th button with the new icon. There has to be a replace() function.
The text was updated successfully, but these errors were encountered: