TonicArtos / SuperSLiM

A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
http://tonicartos.nz
2.12k stars 297 forks source link

Add alphabetical sideindex at scrollbar #138

Closed chrissd23 closed 8 years ago

chrissd23 commented 9 years ago

Hi

Is it possible to add a alphabetical sideindex at the scrollbar ? For jumping to a special character in list.

chrissd23 commented 8 years ago

Fixed

d3bt3ch commented 8 years ago

How did you fixed it ?

chrissd23 commented 8 years ago

Hi

I create a extra ItemDecoration wich implement an alphabetical sideindex. After that I add this to the recyclerview.

It works fine for me.