Android-ViewPagerIndicator v2.4.1 Release Notes
Release Date: 2012-09-12 // over 10 years ago-
- Fix:
TitlePageIndicator
,LinePageIndicator
, andUnderlinePageIndicator
support ofandroid:background
.
- Fix:
Previous changes from v2.4.0
-
- New
IconPageIndicator
! Uses state-list images to represent pages. TabPageIndicator
now supports icons viaIconPagerAdapter
interface.- Support
android:background
attribute onCanvas
-based views. - Title indicator allows for drawing its line, underline, and/or triangle on
top of the titles for placement underneath a
ViewPager
. - Tab indicator now supports ICS-style dividers (see styled sample).
- Fix: Do not attempt to change the
ViewPager
page when a motion is cancelled. - Fix: Long titles no longer overlap when swiping to the right.
- New