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
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…