【发布时间】:2012-05-01 06:08:34
【问题描述】:
我需要在我的 android 应用程序中实现一个显示数据的组件,如下图所示:
我该怎么做?此表格组件的行为(滚动和其他)必须为ListView。现在我有一个两级ListView,其中"List 1 label" 和"List 2 label" 是父节点。我想把它们放在左边。也许我必须使用TableLayout 在右栏中的位置放置ListView?
【问题讨论】:
-
你完成了这份清单吗,请告诉我我也想做同样的事情......
-
我通过在父 ListView 的每一行中放置子 ListView 来做到这一点
标签: android listview tablelayout