android解决adapterView中有button导致onItemClickListener失效 在adapterView最外层layout里面设置属性android:descendantFocusability="blocksDescendants",在adapterView的button上设置属性android:focusable="false"PS:其实完全可以用ImageView或者其他来代替,这样就不会出现此问题了