在ExpandableListView中添加button后item项不能点击,获取不到点击事件。
原因:button按钮抢占了ExpandableListView的焦点
解决方法:为button按钮添加android:focusable="false"属性,关闭button获取焦点,ExpandableListView中的项目即可点击
在ExpandableListView中添加button后item项不能点击,获取不到点击事件。
原因:button按钮抢占了ExpandableListView的焦点
解决方法:为button按钮添加android:focusable="false"属性,关闭button获取焦点,ExpandableListView中的项目即可点击
本文标题:Android:解决ExpandableListView中添加b
本文链接:https://www.haomeiwen.com/subject/guwdlftx.html
网友评论