且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Android的垂直滚动用于滚动视图水平的ListView里面

更新时间:2023-10-13 20:19:16

您水平滚动视图是父类,所以只能滚动视图,而不是列表视图触摸事件将被识别。所以如果你想列表视图中滚动,你做的方式是正确的。

Your horizontal scroll view is in parent class, so the touch event will be recognized only for the scroll view and not for the list view. So if you want the list view to scroll, the way you did is correct.