I am using a ripple effect on my navigation drawer. I have set it like this and applied it to my ListView:
add these two line of code inside of your view to give ripple effect .
android:clickable="true" android:background="?attr/selectableItemBackground"