B.Arunkumar wrote:
> Hi,
>
>     I was unable to understand your idea but I have implemented it in
> a different way. You can get the current thumb position from
> OnSeekBarChangeListener using sk.getProgress(). This can be translated
> into LayoutParams depending on the width and max progress you set for
> the seekbar.From the seekbar.OnTouchListener() you can get the
> position of the current touch event as touching the thumb or
> progressdrawable.
>
> Thank you,
> B.Arunkumar
>

too complicated, why don't you just override setThumb in your class
and store thumb drawable in some field?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to