2

I'm using a ListView object with thumb scrolling enabled and am wondering how to include a large letter preview, as can be seen in the image below:

enter image description here

I know how to make the thumb scroll work; it's the large letter preview I'm looking for.

n.b. to get thumb scrolling to work, I added the following line to my ListView object in the layout XML:

android:fastScrollEnabled="true"
CaptainProg
  • 5,610
  • 23
  • 71
  • 116

1 Answers1

3

Check out the SectionIndexer interface. Example @ http://spinettaro.blogspot.co.uk/2011/11/android-snippet-code-android-listview.html

Flynny75
  • 1,593
  • 1
  • 11
  • 11