且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

android:listView Button 焦点问题

更新时间:2022-09-02 22:58:03

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

在listView item 的布局中:

<RelativeLayout>中

android:descendantFocusability="blocksDescendants"

<ImageButton>中

android:focusable="false"

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

本文转自老Zhan博客园博客,原文链接:http://www.cnblogs.com/mybkn/archive/2012/05/29/2522886.html,如需转载请自行联系原作者