expandablelistview 设置默认展开第一组
程序员文章站
2022-06-03 12:55:02
...
ExAdapter adapter;
ExpandableListView exList;
adapter=new ExAdapter(DiseaseDetail.this);
exList = (ExpandableListView) findViewById(R.id.list2);
exList.setAdapter(adapter);
exList.expandGroup(0);
上一篇: 刘谌:三国最有骨气的皇子,最后死得可惜
下一篇: PHP中的自动加载操作实现方法详解