Fast Scroll display problem with ListAdapter and SectionIndexer

后端 未结 2 1613
灰色年华
灰色年华 2020-11-30 21:14

I have a list of events which are seperated by month and year (Jun 2010, Jul 2010 etc.). I have enabled fast scrolling because the list is really long. I\'ve also implemente

2条回答
  •  -上瘾入骨i
    2020-11-30 21:38

    The FastScroller widget is responsible for drawing the overlay. You should probably take a look at its source:
    https://android.googlesource.com/platform/frameworks/base/+/gingerbread-release/core/java/android/widget/FastScroller.java

    Search for comment:

    // If user is dragging the scroll bar, draw the alphabet overlay
    

提交回复
热议问题