android - How do you disable the seekbar in a media controller? -


i disable seekbar keep pause , play buttons in media controller object. don't want users able skip through video, can pause if needed.

i've looked @ other questions didn't make sense me. if on great!

try this:

seekbar.setontouchlistener(new ontouchlistener(){       @override       public boolean ontouch(view v, motionevent event) {         return true;      }     }); 

Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -