如何使用不同的项创建可扩展列表

时间:2015-07-30 15:17:55

标签: android listview github expandablelistview

我使用this github project但我想为每个可展开列表项添加不同的子列表。我该怎么办?

this.setContentView(R.layout.single_expandable_list);
    ActionSlideExpandableListView list = (ActionSlideExpandableListView)this.findViewById(R.id.list);

    // fill the list with data
    list.setAdapter(buildDummyData());

    list.setItemActionListener(new OnActionClickListener() {...});

0 个答案:

没有答案