一、布局中的listview中添加
android:focusable="true"
android:focusableInTouchMode="true"
二、item布局中Button等元素添加
android:clickable="false"
android:focusable="false"
android:focusableInTouchMode="false"
在item根节点中添加android:descendantFocusability="blocksDescendants"
Android解决setOnItemClickListener不起作用的问题
原文:http://www.cnblogs.com/laoquan/p/5120503.html