Android HowTo disable form widgets?

Orker

New Member
I am an Android newBe.When I include an android:enabled = "false" statement in an XML layout form widget definition block I expected the associated widget to initialized in a grayed-out state with its functionally disabled. But this statement doesn't seem to make any difference, the widget initializes full color and functional. What am I doing wrong? It seems the disable statement is being disregarded or over-ridden.Thanks in advance for for any help!
 
Back
Top