ListActivity inside TabActivity

768 Views Asked by At

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

There are 1 best solutions below

0
On

Try adding the listener to ListView or yours ListActivity too.