I've uploaded my shot at a working implementation at: https://github.com/Larpon/RangeSeekBar
If anyone is interested. As always you are welcome to contribute to the project or ask questions. Cheers -- lmp On Apr 14, 1:26 pm, lmp <[email protected]> wrote: > Hi group, > > I'm trying to make a custom seekbar that can have more than one thumb > much like this one:http://jqueryui.com/demos/slider/#range-vertical(mine > should be able > to be both vertical and horizontal though). > > I'm trying to get my head around how to start - I've already looked > into the existing Andriod SeekBar view and derriving from ProgressBar > view. > As I see it none of those fit the purpose 100%. So I decided to roll > my own. > > I've extended the View class, and played around. > It would be nice to have features that let users set the > background,colors etc. attributes for the seekbar and thumb(s) both in > code and with xml. > > I'm quite uncertain how would be the best way to design this and where > to start? > Any pointers will be greatly appreciated. > > Thanks > -- > lmp -- 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

