开发者

Seek bar's draggable thumb

开发者 https://www.devze.com 2023-03-05 05:21 出处:网络
I want not to be able to move the draggable thumb of my seek bar. progressBar.setClic开发者_C百科kable(false); does not help. ProgressBar is not clickable by default so you can use it instead of SeekB

I want not to be able to move the draggable thumb of my seek bar. progressBar.setClic开发者_C百科kable(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);
0

精彩评论

暂无评论...
验证码 换一张
取 消