Tuesday, April 8, 2014

How to Disable Seekbar Movable in android

How to  Disable Seekbar Movable in android

This post about how to disable seekbar cussor movable



halfSeekBar.setOnTouchListener(new OnTouchListener() {
                     @Override
                     public boolean onTouch(View arg0, MotionEvent arg1) {

                           return true;
                     }
              });

No comments:

Post a Comment

Check out this may be help you

Related Posts Plugin for WordPress, Blogger...