In my case, i was need to show custom background and ripple effect as well. So the way I achieved this is by applying these two attributes on the root layout of my recycler-view item:
android:background="@drawable/custom_bg"
android:foreground="?android:attr/selectableItemBackground"