listview item中button点击事件和listview onItem点击事件冲突问题解决

在冲突的button控件里添加属性:
android:focusable=”false”

测试代码:http://dl.download.csdn.net/down11/20160506/862354b6eade714af0ef3cc390696bc7.zip?response-content-disposition=attachment%3Bfilename%3D%22ListCheck.zip%22&OSSAccessKeyId=9q6nvzoJGowBj4q1&Expires=1462550188&Signature=QQXJTltsJ9pgR%2FlGkWBTxdP7WMs%3D

你可能感兴趣的:(ListView)