当前位置: 代码迷 >> Android >> android解决adapterView中有button以致onItemClickListener失效
  详细解决方案

android解决adapterView中有button以致onItemClickListener失效

热度:5   发布时间:2016-05-01 19:30:18.0
android解决adapterView中有button导致onItemClickListener失效
在adapterView最外层layout里面设置属性android:descendantFocusability="blocksDescendants",
在adapterView的button上设置属性android:focusable="false"
PS:其实完全可以用ImageView或者其他来代替,这样就不会出现此问题了
  相关解决方案