Releases: reddit/IndicatorFastScroll
Releases · reddit/IndicatorFastScroll
1.4.0
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>
1.3.0
1.3.0 beta 1
Added ability to change the color the currently-pressed indicator using state_activated
1.2.1
1.2.0
1.2.0 beta 1
Changing the RecyclerView's adapter now updates the fast scroller
1.1.1
1.1.1 beta 1
Fixed crash when removing RecyclerView's adapter
1.1.0
1.1.0 beta 1
Migrated to AndroidX. Only projects using AndroidX will be able to use this version.