PageIndicatorView Versions Save

An page indicator for Android ViewPager

v0.0.7

7 years ago

New

  • AnimationType.THIN_WORM animation

Fixed

  • Bug with wrong worm animation duration
  • Bug with setting several ViewPager to single PageIndicatorView
  • Bug with not finding ViewPager by attributes if PageIndicatorView and ViewPager has different parents
  • General improvements

v0.0.6

7 years ago

New

  • AnimationType.Fill animation

Updated

  • Removed unnecessary logging

v0.0.5

7 years ago

Updated

  • Decreased min api level to 14
  • Updated attributes to avoid name conflicts

v0.0.4

7 years ago

New

  • dynamicCount method and attribute that will automatically update number of circle indicators if ViewPager page count updated on run-time.
  • setRadius(float px) and setPadding(float px) methods to setup view with values in px right from you dimens.xml

Updated

  • addViewPager() method and attribute renamed to setViewPager(). It will now also update count of pageIndicatorView if it wasn't set before.

Fixed

  • Fixed bug with preview rendering with match_parent size and worm or slide animation set from attributes.