I have an ImageView for which I wanted to implement the onClickListener. But when I click on the image, nothing happens. Event the Logcat does not show any errors.
F
Actually I just used imgView.bringToFront(); and it helped.
imgView.bringToFront();