views:

128

answers:

2

Hi, how can i set custom thumb for fast scroll in listview.

A: 

If you have a look at the source code for Android 2.2r1 (revision 1), there is a class called android.widget.FastScroller, which has the method useThumbDrawable().

I just downloaded the source from a blog called MobileBytes which contains it, maybe you could import that into your project and implement it? (or upgrade your API to 2.2 r1)

HXCaine
A: 

Hi, I am really struck with fast scroll thumb. Any code snippet for this ? Help is much appreciated

venroid