Tom Reznik
Results
1
comments of
Tom Reznik
An alternative solution would be to extend the `PagerSlidingTabStrip` class and override the `onInterceptTouchEvent()` method to return true in case a flag is set, something like this: ``` java public...