一、布局中的listview中添加
android:focusable="true"
android:focusableInTouchMode="true"
二、item布局中Button等元素添加
android:clickable="false" android:focusable="false" android:focusableInTouchMode="false"
在item根节点中添加android:descendantFocusability="blocksDescendants"
转载于:https://www.cnblogs.com/laoquan/p/5120503.html