I have a StickyListHeadersListView
for which I implemented the appropriate adapter with SectionIndexer
for fast scrolling. However the default fast scroll overlay works only with one character since the text box do not stretch with the text.
I found this CustomFastScrollViewDemo while browsing similar questions but since I have sticky headers for my sections, I do not really need that overlay. The user knows from the header where she/he is. I would simply remove it if that was easier.