Whats wrong with this xml, I am trying to get a button press feel. I am getting a exception, I am unable to understood. ResourceNotFound
In my layout.xm
The attribute android:background does not exist. The correct way to do this is to first create a new resource file res/colors.xml with the following contents:
#AAAAAA
#777777
Then just change your selector to the following:
This automatically creates a ColorDrawable and assigns it as the drawable for that state.