android Listview item 中有button,item就不响应触摸事件
为button设置
beanButton.getButton().setFocusable(false);
beanButton.getButton().setFocusableInTouchMode(false);
即可
为button设置
beanButton.getButton().setFocusable(false);
beanButton.getButton().setFocusableInTouchMode(false);
即可