In my XML, I\'ve set the focusable, focusableInTouchMode, clickable, and longClickable variables to false, yet I can stil
focusable
focusableInTouchMode
clickable
longClickable
You need to do this from your activity or fragment by
mySeekBar.setEnabled(false);