Android ListView 有CheckBox时点击无响应解决方法
问题:在ListView的Item上有一个CheckBox,点击ListView无响应;
?
解决方法:设置checkbox的android:focusable="false"即可!