the xml element \"enabled\" for a checkbox is deprecated. Eclipse tells me to use state_enabled instead. I tried to add
android:state_enabled=\"false\"
This thread discusses this. Romain Guy says it is not deprecated but perhaps some bug/issue in Eclipse or the ADT editor causes it to show up in the deprecated section.