I have a ListFragment and at the footer of the list fragment I added another fragment that contains google map. I added swipe gestures left->right, right->left to whole Activity and that works fine. The problem is that when user swipes on top of the map it calls left->right, right-left functions. I want to disable these functions for my map view (fragment), and when swipe occurs on map view (fragment) do only map related movements.
If anyone knows how to implement it I would greatly appreciate it.