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
Simple:
android:enabled="false"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With