Created
May 10, 2020 07:59
-
-
Save nightcrawler-/46a33978c90899a5b5db90714168353a to your computer and use it in GitHub Desktop.
Fast scroll RecyclerView params
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| app:fastScrollEnabled="true" | |
| app:fastScrollHorizontalThumbDrawable="@drawable/thumb_drawable" | |
| app:fastScrollHorizontalTrackDrawable="@drawable/line_drawable" | |
| app:fastScrollVerticalThumbDrawable="@drawable/thumb_drawable" | |
| app:fastScrollVerticalTrackDrawable="@drawable/line_drawable" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment