解决方案 »

  1.   

    Expandablelistview 有个方法 expandGroup(int groupPos),执行这个就展开了
      

  2.   

    我的意思是   当我的expandableListView  expandableListView.addFooterView(foot);添加一个一个自定义的view之后   不能默认展开  
    for (int i = 0, count = expandableListView.getCount(); i < count; i++) {
    expandableListView.expandGroup(i);
    } View foot = getLayoutInflater().inflate(R.layout.surgery_weichuang_foot, null);
    expandableListView.addFooterView(foot);压根没用啊