android xml中的可扩展列表

时间:2012-01-12 13:24:04

标签: android android-layout

我被困了。请编写如何在android中的xml布局中为可扩展列表编写代码。

我必须创建一个包含可扩展列表,标签,图片和其他一些东西的静态页面,请帮助我

谢谢

2 个答案:

答案 0 :(得分:2)

你的意思是这样的:

<ExpandableListView android:layout_width="fill_parent"
                    android:layout_height="wrap_content"
                    android:id="@+id/ex_list">

答案 1 :(得分:-1)

我最近建立了一个超轻型解决方案。值得一看:

https://github.com/draxdave/ConstraintAccordion

enter image description here