1

我已经在一个片段中实现了 PullToRefreshListView。现在包含此片段的活动具有其 onTouch 事件。但是如果触摸在 PullToRefreshListView 上,则不会调用活动的 onTouch 事件。如果触摸事件不是,我如何调用 Activity 的 onTouch用于 PullToRefreshListView。

https://github.com/chrisbanes/Android-PullToRefresh

4

1 回答 1

0

You can modify onTouch() method in PullToRefreshBase class to your own needs. Your activity will handle this event if onTouch() method will return false.

于 2014-01-20T10:21:55.997 回答