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
2010-09-01 22:14:15
A:
Hi, I am really struck with fast scroll thumb. Any code snippet for this ? Help is much appreciated
venroid
2010-09-14 14:42:32