如何诱导原生ListView滚动[android]

时间:2014-03-13 20:48:46

标签: android listview android-listview scroll

我在父视图中覆盖ListView后,我的onInterceptTouchEvent出现问题。 ListView刚刚滚动。

我已尝试向MotionEvent发送ListView,但似乎无法以任何方式处理。

boolean done = mListView.dispatchTouchEvent(event);
Log.d("listView dispatch", String.valueOf(done));

done始终为真,所以我猜这个事件是正确收到的。

我还试图通过偏移和位置滚动ListView,但这些产生了非常人为的体验。

有没有办法让我的ListView以默认方式滚动?

0 个答案:

没有答案