Override Android-L CardView state_pressed for Older versions of Android
问题 In the latest Android SDK we now have the new CardView, I have replaced my old CustomCardView with the new version, but when running with this on older versions of Android I see that the state_pressed & state_focused are ugly squares which show up above the CardView... does anyone know how I could emulate the following in the new CardView but only when using older versions of Android? <selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="150" android