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
Calling bottomNavigation.setColoredModeColors() (or pretty much any other method from the AHBottomNavigation class) inside the onTabSelectedListener() sets the center of the color change ripple to the top left corner of the bottom navigation element. I'm suspecting that it has something to do with the createItems() method called at the end of all offending methods in AHBottomNavigation.class. Is there a way to set the color change ripple center after these methods are called so the ripple comes from the center of the icon? Thanks.
The text was updated successfully, but these errors were encountered:
Calling
bottomNavigation.setColoredModeColors()
(or pretty much any other method from the AHBottomNavigation class) inside theonTabSelectedListener()
sets the center of the color change ripple to the top left corner of the bottom navigation element. I'm suspecting that it has something to do with thecreateItems()
method called at the end of all offending methods inAHBottomNavigation.class
. Is there a way to set the color change ripple center after these methods are called so the ripple comes from the center of the icon? Thanks.The text was updated successfully, but these errors were encountered: