I have this ImageView And I want that when you click on it, of the sensation of a button, as well as that it changes color.
<ImageView
android:id="@+id/image_view"
android:layout_width="48dp"
android:layout_height="48dp"
android:src="@drawable/ic_image" />