I\'m using the RecyclerView like below:
RecyclerView
You need to set android:clickable="true" in the element xml, and if you have more selectors in some view inside your view, you need to set android:duplicateParentState="true" there too. Thats works on pre honeycomb apis.
android:clickable="true"
android:duplicateParentState="true"