DroidBeginner
DroidBeginner

Reputation: 135

Add a gesture detector to a ViewPager

Is it possible to add a gesture detector to control the gestures over a ViewPager?
I need to detect P and DOWN gestures in order to scale another View that is above the ViewPager.
I tried with OnTouchListener but it destroyed the horizontalScroll of ViewPager.

Upvotes: 1

Views: 1636

Answers (1)

Related Questions