Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@DSteve595 DSteve595 released this 11 Feb 16:46

Breaking change

These XML attributes have been renamed:

  • iconColorfastScrollerIconColor
  • textPaddingfastScrollerTextPadding
  • thumbColorfastScrollerThumbColor

This was done to prevent name collisions with other libraries that have attributes of these names.

New feature

The size of icon indicators can now be adjusted.

Java:

fastScrollerView.setIconSize(/* icon size in pixels */)
fastScrollerThumbView.setIconSize(/* icon size in pixels */)

Kotlin:

fastScrollerView.iconSize = /* icon size in pixels */
fastScrollerThumbView.iconSize = /* icon size in pixels */

Style XML:

<item name="fastScrollerIconSize">(icon size)</item>