Hi, I presume this is the link that you are referring to:
http://www.devdaily.com/java/jwarehouse/android/core/java/android/widget/AbsSeekBar.java.shtml But I still don't understand how you can detect if the seekbar thumb was touched or the progressdrawable was touched? Caould you give me some pointers? Thank you, B.Arunkumar On Jan 7, 5:07 pm, skink <[email protected]> wrote: > B.Arunkumar wrote: > > Hi, > > > No. You must have noticed that the seekbar can be moved by either > > dragging the thumb or tapping anywhere on the progressdrawable. Now I > > want to disable the movement of the thumb when the progressdrawable is > > touched. How do I do it? > > only by extending SekekBar (see onTouchEvent in AbsSeekBar) > > pskink -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

