标签: java android expandablelistview
当我点击它时,有没有办法避免我的可展开列表关闭? 我试过了:
@Override public void onClick(View v) { if (v == expandableList){ expandableList.expandGroup(0); //Let's imagine there's only one parent and one child } }
但它不起作用。