If you have clickable ImageView, then most likely it should be ImageButton.
Having defined the following ImageButton:
<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackgroundBorderless"
app:srcCompat="@drawable/ic_navigation_black_24dp" />
Then you get the following output:

If you need a larger ripple effect, you need to resize the image: instead, wrap_contentdo this, say 100dp:
