Android解决setOnItemClickListener不起作用的问题

一、布局中的listview中添加

android:focusable="true"

android:focusableInTouchMode="true"

二、item布局中Button等元素添加

android:clickable="false"
android:focusable="false"
android:focusableInTouchMode="false"

在item根节点中添加android:descendantFocusability="blocksDescendants"

posted @ 2016-01-11 11:04  吃我老拳  阅读(1188)  评论(0编辑  收藏  举报