团队开发第二阶段

使用ExpandableListView来进行数据的初始化显示

<ExpandableListView
    android:layout_marginTop="3dp"
    android:id="@+id/el_main_ordercenter"
    android:layout_width="match_parent"
    android:layout_height="match_parent"/>

原文地址:https://www.cnblogs.com/zhukaile/p/14902874.html