BobG wrote: > I'd like to have a 'volume control'... a vertical fader with a knob > you can slide up and down. I think the horizontal version is a > 'seekbar' right? Any way to specify a vertical seekbar?
Not that I am aware of. > If not, whats the next step? Make a 'volume control' widget? Or VerticalSeekBar. Try cloning what's there and rewriting it to work the other direction. You'll need to mess around with touch events, but you should see how SeekBar does it. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Consulting: http://commonsware.com/consulting -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en To unsubscribe, reply using "remove me" as the subject.

