如何拦截关闭可扩展列表?

时间:2013-07-11 06:11:54

标签: 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
    }
}

但它不起作用。

0 个答案:

没有答案