For version Lollipop and higher use this:
Lollipop
android:foreground="?android:attr/selectableItemBackground"
for Pre-Lollipop use this:
Pre-Lollipop
android:foreground="?attr/selectableItemBackground"