This repository was archived by the owner on Dec 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 11# <img src =" https://upload.wikimedia.org/wikipedia/commons/b/b5/Kotlin-logo.png " width =24 > RecyclerViewFastScroller
22
3+ ![ Github release] ( https://img.shields.io/github/release/quiph/recyclerview-fastscroller.svg )
4+ ![ Maven version] ( https://img.shields.io/maven-metadata/v/http/central.maven.org/maven2/com/quiph/ui/recyclerviewfastscroller/maven-metadata.xml.svg ) ![ Code size] ( https://img.shields.io/github/languages/code-size/quiph/recyclerview-fastscroller.svg ) ![ Apache 2.0 License] ( https://img.shields.io/github/license/quiph/recyclerview-fastscroller.svg )
5+
36A simple, easy to use and configurable fast scroller for ` RecyclerView `
47
58<img src = " https://github.com/quiph/RecyclerView-FastScroller/raw/master/graphics/recording_contacts.gif " width =280 > <img src = " https://github.com/quiph/RecyclerView-FastScroller/raw/master/graphics/recording_countries.gif " width =280 > <img src = " https://github.com/quiph/RecyclerView-FastScroller/raw/master/graphics/recording_numbers.gif " width =280 >
69
10+ ## Adding the dependency
11+ ``` groovy
12+ implementation 'com.quiph.ui:recyclerviewfastscroller:0.1.1-alpha'
13+ ```
14+
715## Usage:
816
917The base layout type for this fast scroller is a ` RelativeLayout ` so creating a simple
You can’t perform that action at this time.
0 commit comments