I\'m having problems when using android:enabled=\"false\", it\'s not disabling the component in the case it\'s a spinner
android:enabled=\"false\"
spinner
you can set android:clickable="false" in the xml to disable the spinner for click event.
android:clickable="false"
xml
event