championswimmer / SimpleFingerGestures_Android_Library

Android Library to implement simple touch/tap/swipe gestures
Apache License 2.0
316 stars 58 forks source link

Fragments #10

Open PeterElkesPhilopatir opened 5 years ago

PeterElkesPhilopatir commented 5 years ago

I am working with navigation drawer how to set onTouchListener of fragments?

championswimmer commented 5 years ago

Can't do directly on the Fragment, can do on the root view object (that is returned from onCreateView)