tag:github.com,2008:https://github.com/reddit/IndicatorFastScroll/releases Release notes from IndicatorFastScroll 2021-02-11T16:39:20Z tag:github.com,2008:Repository/126122235/1.4.0 2021-02-11T16:46:27Z 1.4.0 <h1>Breaking change</h1> <p>These XML attributes have been renamed:</p> <ul> <li><code>iconColor</code> → <code>fastScrollerIconColor</code></li> <li><code>textPadding</code> → <code>fastScrollerTextPadding</code></li> <li><code>thumbColor</code> → <code>fastScrollerThumbColor</code></li> </ul> <p>This was done to prevent name collisions with other libraries that have attributes of these names.</p> <h1>New feature</h1> <p>The size of icon indicators can now be adjusted.</p> <h4>Java:</h4> <div class="highlight highlight-source-java notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fastScrollerView.setIconSize(/* icon size in pixels */) fastScrollerThumbView.setIconSize(/* icon size in pixels */)"><pre><span class="pl-s1">fastScrollerView</span>.<span class="pl-en">setIconSize</span>(<span class="pl-c">/* icon size in pixels */</span>) <span class="pl-s1">fastScrollerThumbView</span>.<span class="pl-en">setIconSize</span>(<span class="pl-c">/* icon size in pixels */</span>)</pre></div> <h4>Kotlin:</h4> <div class="highlight highlight-source-kotlin notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fastScrollerView.iconSize = /* icon size in pixels */ fastScrollerThumbView.iconSize = /* icon size in pixels */"><pre>fastScrollerView.iconSize <span class="pl-k">=</span> <span class="pl-c"><span class="pl-c">/*</span> icon size in pixels <span class="pl-c">*/</span></span> fastScrollerThumbView.iconSize <span class="pl-k">=</span> <span class="pl-c"><span class="pl-c">/*</span> icon size in pixels <span class="pl-c">*/</span></span></pre></div> <h4>Style XML:</h4> <div class="highlight highlight-text-xml notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;item name=&quot;fastScrollerIconSize&quot;&gt;(icon size)&lt;/item&gt;"><pre>&lt;<span class="pl-ent">item</span> <span class="pl-e">name</span>=<span class="pl-s"><span class="pl-pds">"</span>fastScrollerIconSize<span class="pl-pds">"</span></span>&gt;(icon size)&lt;/<span class="pl-ent">item</span>&gt;</pre></div> DSteve595 tag:github.com,2008:Repository/126122235/1.3.0 2020-05-12T17:27:42Z 1.3.0 <p>Added ability to change the color the currently-pressed indicator using <code>state_activated</code></p> DSteve595 tag:github.com,2008:Repository/126122235/1.3.0-beta01 2019-10-31T23:08:33Z 1.3.0 beta 1 <p>Added ability to change the color the currently-pressed indicator using <code>state_activated</code></p> DSteve595 tag:github.com,2008:Repository/126122235/1.2.1 2019-10-31T00:03:08Z 1.2.1 <p>Fixed missing lambda classes for Java users</p> DSteve595 tag:github.com,2008:Repository/126122235/1.2.0 2019-10-31T00:02:17Z 1.2.0 <p>Changing the RecyclerView's adapter now updates the fast scroller</p> DSteve595 tag:github.com,2008:Repository/126122235/1.2.0-beta01 2019-08-19T21:52:35Z 1.2.0 beta 1 <p>Changing the RecyclerView's adapter now updates the fast scroller</p> DSteve595 tag:github.com,2008:Repository/126122235/1.1.1 2019-08-19T21:44:57Z 1.1.1 <p>Fixed crash when removing RecyclerView's adapter</p> DSteve595 tag:github.com,2008:Repository/126122235/1.1.1-beta01 2019-07-10T19:29:17Z 1.1.1 beta 1 <p>Fixed crash when removing RecyclerView's adapter</p> DSteve595 tag:github.com,2008:Repository/126122235/1.1.0 2019-06-24T23:12:58Z 1.1.0 <p>Upgraded dependencies.</p> DSteve595 tag:github.com,2008:Repository/126122235/1.1.0-beta1 2018-11-21T15:33:40Z 1.1.0 beta 1 <p>Migrated to AndroidX. Only projects using AndroidX will be able to use this version.</p> DSteve595