I have ViewPager view with RelativeLayout child views. The child view contains an ImageView and TextView. The problem is that event if I set setOnTouchListener to ImageView, it is not called when touching the ImageView. I think the problem is related to the fact that ViewPager intercepts touch events and does not pass it further to child views. Is there a way to control whether ViewPager can pass touch events to child views?
Asked
Active
Viewed 2,596 times