Android ProgressBar onclick -


i have progress bar want click on , move progress point clicked.

i have

    pb = (progressbar) v.findviewbyid(r.id.progressbar);     pb.setonclicklistener(new progressbar.onclicklistener() {        public void onclick(view v) {             //        }     } 

basically want behave seekbar, need use progress bar because using circular progress bar, , code have visually fits needs.

cheers,

i went custom seekbar https://github.com/jesusm/holocircleseekbar/blob/master/lib/src/main/java/com/jesusm/holocircleseekbar/lib/holocircleseekbar.java

this circular seekbar, per requirements


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -