Download Latest Version 1.4.0 source code.zip (182.8 kB)
Email in envelope

Get an email when there's a new version of Indicator Fast Scroll

Home / 1.4.0
Name Modified Size InfoDownloads / Week
Parent folder
1.4.0 source code.tar.gz 2021-02-11 145.9 kB
1.4.0 source code.zip 2021-02-11 182.8 kB
README.md 2021-02-11 756 Bytes
Totals: 3 Items   329.4 kB 0

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:

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

Kotlin:

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

Style XML:

:::xml
<item name="fastScrollerIconSize">(icon size)</item>
Source: README.md, updated 2021-02-11