ListView中加入Button后,Button的点击事件和ListView的点击事件冲突

1.在ItemView配置的xml文件里的根节点加入属性android:descendantFocusability="blocksDescendants"

2.在要加入事件的控件上加入android:focusable="false

你可能感兴趣的:(ListView中加入Button后,Button的点击事件和ListView的点击事件冲突)