3

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?

cubesoft
  • 3,448
  • 7
  • 49
  • 91

0 Answers0