Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请帮助解决这个问题。我在 TabActivity 中使用 OnGestureListener 的实现,并重写方法 onFling 以在选项卡之间切换。但是,当我的选项卡之一是 ListActivity 时,这不起作用。谢谢
尝试将侦听器添加到 ListView 或您的 ListActivity 中。