even with android support v7 included in my application
adding
android:background="?android:attr/selectableItemBackground"
makes my IDE, Eclipse throw an error (preventing me from compiling), notifying me that selectableItemBackground is only for min Api 11 and up.
How do I add this attribute to a background in XML?
assume that copying and pasting from a higher library is not a solution