tag:github.com,2008:https://github.com/reddit/IndicatorFastScroll/releasesRelease notes from IndicatorFastScroll2021-02-11T16:39:20Ztag:github.com,2008:Repository/126122235/1.4.02021-02-11T16:46:27Z1.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="<item name="fastScrollerIconSize">(icon size)</item>"><pre><<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>>(icon size)</<span class="pl-ent">item</span>></pre></div>DSteve595tag:github.com,2008:Repository/126122235/1.3.02020-05-12T17:27:42Z1.3.0<p>Added ability to change the color the currently-pressed indicator using <code>state_activated</code></p>DSteve595tag:github.com,2008:Repository/126122235/1.3.0-beta012019-10-31T23:08:33Z1.3.0 beta 1<p>Added ability to change the color the currently-pressed indicator using <code>state_activated</code></p>DSteve595tag:github.com,2008:Repository/126122235/1.2.12019-10-31T00:03:08Z1.2.1<p>Fixed missing lambda classes for Java users</p>DSteve595tag:github.com,2008:Repository/126122235/1.2.02019-10-31T00:02:17Z1.2.0<p>Changing the RecyclerView's adapter now updates the fast scroller</p>DSteve595tag:github.com,2008:Repository/126122235/1.2.0-beta012019-08-19T21:52:35Z1.2.0 beta 1<p>Changing the RecyclerView's adapter now updates the fast scroller</p>DSteve595tag:github.com,2008:Repository/126122235/1.1.12019-08-19T21:44:57Z1.1.1<p>Fixed crash when removing RecyclerView's adapter</p>DSteve595tag:github.com,2008:Repository/126122235/1.1.1-beta012019-07-10T19:29:17Z1.1.1 beta 1<p>Fixed crash when removing RecyclerView's adapter</p>DSteve595tag:github.com,2008:Repository/126122235/1.1.02019-06-24T23:12:58Z1.1.0<p>Upgraded dependencies.</p>DSteve595tag:github.com,2008:Repository/126122235/1.1.0-beta12018-11-21T15:33:40Z1.1.0 beta 1<p>Migrated to AndroidX. Only projects using AndroidX will be able to use this version.</p>DSteve595