I'm having the exact same problem. I call setEnabled(false) on a View
(spinner in my case). The command works in that the spinner is not
longer active (tapping it doesn't bring up a contextual menu), but its
appearance hasn't changed, it hasn't been dimmed. I am defining a
very ordinary Spinner, ala:
<Spinner
android:id="@+id/spinnerName"
android:layout_width="175dp" android:layout_height="wrap_content"
android:layout_gravity="right|center_vertical"
android:layout_weight="0"
android:drawSelectorOnTop="true" />
I see a few questions like this on the list, bu no answers. Does
anyone know what's going on and how to fix it?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---