| Name | Modified | Size | Downloads / 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:
iconColor→fastScrollerIconColortextPadding→fastScrollerTextPaddingthumbColor→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:
:::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>