ListActivity inside TabActivity

怎甘沉沦 提交于 2019-12-25 02:22:46

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!