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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ListView中加入Button后,Button的点击事件和ListView的点击事件冲突相关的知识,希望对你有一定的参考价值。

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

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

以上是关于ListView中加入Button后,Button的点击事件和ListView的点击事件冲突的主要内容,如果未能解决你的问题,请参考以下文章

html中button的事件如何实现

Android 去掉Button阴影效果

c# winform 用listview做导航界面,控件上下移动后 顺序不对?

请问在android的listView中怎么动态加入radioButton和Button按钮?

Android: ListView与Button的共存问题解决

wpf listview问题。给listview的每一行都加个button,button绑定该行。