0

I have used custom vertical seekbar in my app, except of one thing everything is working fine. Whenever setting progress dynamically using the below snippet that problem arises,

seekbar.setProgress(50);

Please refer the screenshot, that is what the output i'm getting...

enter image description here

Thump position not adjusting properly. Thanks in advance

3
  • what is the maximum value you set for seekbar?? Commented Jun 10, 2014 at 10:23
  • can you post some more code of your seekbar Commented Jun 10, 2014 at 10:25
  • I read anytime about an issue on SeekBar. Before setting Your max Value to 100, set it to 0 like seekBar.setMax(0), then seekBar.setMax(100); Commented Jun 10, 2014 at 10:35

1 Answer 1

1

You must be get your problem solve
Vertical Seekbar in Android

Best of luck!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.