企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
当expandlistview的getGroupView或者getChildView中包含checkbox时,前者点击不可用。 解决办法 在etGroupView或者getChildView的checkbox中添加 ~~~ android:clickable="true" android:focusable="false" android:focusableInTouchMode="false" ~~~ 问题就解决了。