I have a view group that contains an image view. The view group is clickable and launches another activity. I want to set a selector for the image view, so that it changes its source image when sele cted, but I don want the image view to intercept the click event. I want the view group to deal with the event. The image view should only change its drawable. Is that possible?
Thank you in advance,
Gratzi
If I understand you correctly, you could set a click listener onto the ImageView that doesn’t do anything. That way the ImageView will intercept the click that normally the view group gets.