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 this in the Java code itself, instead of in the XML, because the Spinner should implement setEnabled(boolean) from View.
XML
Spinner
setEnabled(boolean)
View