要想listView的item与其上的button皆能得到焦点响应:

在listView item 的布局中:

<RelativeLayout>中

android:descendantFocusability="blocksDescendants"

<ImageButton>中

android:focusable="false"

参考:【Android】ListView与Button的共存问题解决

相关文章: