I have imageview in my Android app that I am using like a button with the onClick event given, but as you might guess it is not giving imageview a clickable effect when clic
Use style="?android:borderlessButtonStyle" in the XML file. It will show the Android default click effect.