Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
AHBottomNavigation 2.3.0.tar.gz | 2018-12-19 | 2.2 MB | |
AHBottomNavigation 2.3.0.zip | 2018-12-19 | 2.2 MB | |
README.md | 2018-12-19 | 599 Bytes | |
Totals: 3 Items | 4.4 MB | 0 |
- 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)