On Wed, Aug 11, 2010 at 2:13 PM, Mark Siano <siano.m...@gmail.com> wrote:
> I have a SeekBar and I want the SeekBar to increment by for example 5
> each time somebody drags it.  The default increment is 1.  How can I
> make it increment by more than 1?  Is there a simple method?

Multiply the result (e.g., getProgress()) by 5.

http://stackoverflow.com/questions/3382603/android-seekbar-increment-value-how-to

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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