Releases: romandanylyk/PageIndicatorView
Releases · romandanylyk/PageIndicatorView
PageIndicatorView v0.0.7
New
AnimationType.THIN_WORM
animation
Fixed
- Bug with wrong worm animation duration
- Bug with setting several
ViewPager
to singlePageIndicatorView
- Bug with not finding
ViewPager
by attributes ifPageIndicatorView
andViewPager
has different parents - General improvements
PageIndicatorView v0.0.6
New
AnimationType.Fill
animation
Updated
- Removed unnecessary logging
PageIndicatorView v0.0.5
Updated
- Decreased min api level to 14
- Updated attributes to avoid name conflicts
PageIndicatorView v0.0.4
New
dynamicCount
method and attribute that will automatically update number of circle indicators ifViewPager
page count updated on run-time.setRadius(float px)
andsetPadding(float px)
methods to setup view with values in px right from youdimens.xml
Updated
addViewPager()
method and attribute renamed tosetViewPager()
. It will now also update count ofpageIndicatorView
if it wasn't set before.
Fixed
- Fixed bug with preview rendering with
match_parent
size andworm
orslide
animation set from attributes.