控件一:listview
问题一:当listview的item中存在按钮这种控件时 item点击不能响应问题?
解决方案:在item的自定义控件的最外层空间 上添加属性 android:descendantFocusability="blocksDescendants" 即可。