Skip to content

PageIndicatorView v0.0.4

Compare
Choose a tag to compare
@romandanylyk romandanylyk released this 22 Oct 21:14
· 226 commits to master since this release

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.