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.
我的可扩展列表视图包含一个带有 listView 的 childLayout。但是我的这个listView的项目点击监听器没有工作....
我如何为 listView 获取此 onItemClickListener。
这完全正常 - ItemClick 事件由顶级 ExpandableListView 处理,并且此事件不会传递给子 ListView。return false如果您在onItemClick处理项的方法中单击 ExpandableListView,则可以将 ItemClick 事件传递给 ListView 。我认为最好的方法是改变你的布局结构 - 将 ListView 放入 ExpandableListView 并处理这样的事件会给你带来太多的头痛。
return false
onItemClick