Skip to content

AHBottomNavigation 2.3.0

Compare
Choose a tag to compare
@aurelhubert aurelhubert released this 19 Dec 09:47
· 14 commits to master since this release
  • Migrate project to AndroidX
  • Update libraries versions
  • Incorporate padding into item width calculation
  • Badge removal no longer clears text prior to animation
  • Fix NPE crash when currentItem was switched programmatically with titleState = TitleState.SHOW_WHEN_ACTIVE_FORCE
  • Update isClassic() in AHBottomNavigation
  • Navigation item layouts for >= SDK 21 now use item_background drawable for background.
  • Only change drawable colour if forceTint is true (default value)
  • Add method addItemAtIndex(int index, AHBottomNavigationItem item) (with warning when index is out of bounds)