Android-ViewPagerIndicator v2.3.0 Release Notes

Release Date: 2012-05-20 // almost 12 years ago
    • New LinePageIndicator! Draws small indicators lines much like the circle indicator but much more subtle.
    • New UnderlinePageIndicator! Acts like the indicator on the Ice Cream Sandwich application launcher.
    • Circle indicator now uses android:orientation rather than custom attribute.
    • Title indicator adapter callback now uses the standard getPageTitle(int) method introduced in the r6 version of the support library.
    • Title indicator now uses android:textSize and android:textColor in its styles.
    • Fix: Do not create objects in drawing, layout, or measurement steps of each indicator.
    • Fix: Improve offset detection when page margins are in use on the pager.
    • Maven: The dependency on the support library is now using an artifact from central rather than requiring you to deploy your own locally