-->

ListActivity inside TabActivity

2019-09-10 02:23发布

问题:

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.