1

我正在一个 android 活动中创建一个列表视图,我想展开当前选定的项目以显示更多详细信息,

for example, contact list display only first and last name, and when select contact item, expand the selected item to display more details for that contact like first name, last name, mail, telephone numbers...etc

4

2 回答 2

1

请为此使用可扩展列表视图。

请参考http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/ExpandableList1.html

于 2012-04-30T05:57:36.437 回答
1

使用ExpandableListView.

于 2012-04-30T05:57:54.947 回答