Releases: Droppers/AnimatedBottomBar
Releases · Droppers/AnimatedBottomBar
Available on Maven Central
Added support for tab badges
Enable or disable tabs
- Added functionality to enable or disable tabs (#6)
- Added easier to use lambda callbacks
Small improvements
Added text attributes and various bug fixes
- Added
textStyle
attribute andtypeface
property. - Added
textSize
attribute. - Fixed indicator animator wrong duration by overriding duration scale.
- Fixed overshoot interpolator for fading indicator.
- Fixed selected tab animation not working when
tabAnimation
was set to none.
Added `onTabReselected` method
- Added
onTabReselected
method toOnTabSelectListener
(#3) - Continue unfinished animations where they stopped
Fixed ViewPager bug
- Fixed ViewPager bug when rotating device (#2)
Added ViewPager2 support
- Added
setupWithViewPager2()
method
Added easy ViewPager usage
- Added
setupWithViewPager()
method. - Added removing and selecting tab by id methods.
- Added
abb_initialTabId
attribute.
Initial release
Initial release of AnimatedBottomBar