I came across this same problem. Finally, I got a sample of a code with that attribute:
android:background="?android:selectableItemBackground"
This attibute will give a transparent background with selectable highlight to any View (Button, ImageButton, TextView…) WITHOUT MORE CODING!!!