Breaking change
These XML attributes have been renamed:
iconColor
→fastScrollerIconColor
textPadding
→fastScrollerTextPadding
thumbColor
→fastScrollerThumbColor
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>