ListView中有按钮时,会使子项的onItemClick事件无效,若是onItemClick不能触发,在ListView子项目布局文件中的根控件中添加android
android:descendantFocusability="blocksDescendants" 布局
就行了spa