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...
Thump position not adjusting properly. Thanks in advance