android:listView Button 焦点问题

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

在listView item 的布局中:

<RelativeLayout>中

android:descendantFocusability="blocksDescendants"

<ImageButton>中

android:focusable="false"

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

posted on 2012-05-29 01:07  老Zhan  阅读(3916)  评论(0编辑  收藏  举报