android:listView Button 焦点问题

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

在listView item 的布局中:

<RelativeLayout>中

android:descendantFocusability="blocksDescendants"

<ImageButton>中

android:focusable="false"

posted @ 2013-07-30 10:42  Ada zheng  阅读(493)  评论(0编辑  收藏  举报