开发者

listview for a single row?

开发者 https://www.devze.com 2023-04-09 18:28 出处:网络
I\'ve got an application which displays a field that can have multiple entries but I only wish to show the first entry and then give the user the option to expand that to display all items. I was thin

I've got an application which displays a field that can have multiple entries but I only wish to show the first entry and then give the user the option to expand that to display all items. I was thinking of making this a listview but once it's expanded I want it to retain the expansion.

the text field in question is part of a viewp开发者_开发知识库ager not a view on it's own.

Anyone got any good ideas or advice? Thanks, m


You could use ExpandableListView with single item group.

0

精彩评论

暂无评论...
验证码 换一张
取 消