Android ListView TouchListener调用了scroll

时间:2012-09-27 13:02:49

标签: android listview scroll ontouchlistener

在我的项目中,我有一个ListViewtouchListener方法getView来自adapter每个视图。

我的问题是当我滚动列表时touchListener激活。

当用户滚动列表时,如果<{1}}方法设置了侦听器,我怎么能禁用触摸?

由于

更新: 列表适配器中的代码如下所示:

getView()

1 个答案:

答案 0 :(得分:0)

我毕竟解决了我的问题,在xml布局中添加了ListView被声明为android:descendantFocusability="blocksDescendants"并且它现在正在工作。