Lo he conseguido metiendole un estilo como en los botones, al final es muy sencillo
creamos drawable
Código:
<ripple
android:color="@color/primary"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/mask"
android:drawable="@android:color/white" />
</ripple>
y se lo asignamos al background del view
https://developer.android.com/refere...eDrawable.html
http://stackoverflow.com/questions/2...-button-styles