android - Seek bar's draggable thumb -


i want not able move draggable thumb of seek bar. progressbar.setclickable(false); not help.

progressbar not clickable default can use instead of seekbar. if want disable seekbar thumb use

progressbar.setenabled(false); 

Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -