Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nightcrawler-/46a33978c90899a5b5db90714168353a to your computer and use it in GitHub Desktop.

Select an option

Save nightcrawler-/46a33978c90899a5b5db90714168353a to your computer and use it in GitHub Desktop.
Fast scroll RecyclerView params
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