问题
Please help to solve this problem. I use implementation of OnGestureListener in TabActivity with overriding of method onFling for switching between tabs. But that doesn't work when one of my tabs is ListActivity. Thanks
回答1:
Try adding the listener to ListView or yours ListActivity too.
来源:https://stackoverflow.com/questions/5116837/listactivity-inside-tabactivity