Please help me to disable the seekbar through the xml file rather than through the code
<SeekBar
........
android:clickable="false"
android:longClickable="false"
android:focusable="false"
android:focusableInTouchMode="false" />
Have tried with all the above attributes, but cant disable the seekbar. Thanks in advance