I want not to be able to move the draggable thumb of my seek bar. progressBar.setClickable(false); does not help.
ProgressBar is not clickable by default so you can use it instead of SeekBar. If you want to disable SeekBar thumb use
progressBar.setEnabled(false);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With