Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在同一行显示 2 个列表视图项目,例如默认电话应用程序中的收藏联系人。我不需要一个完整的工作解决方案,而只需要一个指导方针。
插图:
有一个收藏联系人列表,1 行中有 2 个联系人(仅用图片说明)。
谢谢!
您可以编写自己的适配器来处理此问题,也可以使用GridView.
GridView
要使用自定义Adapter策略:
Adapter
在 xml 中,对于您现在认为的任何“行”,制作一个LinearLayout可以将其中两个彼此相邻的水平线。那是你对行的新定义。
LinearLayout
注意处理数据集只剩下一个元素的情况。
您的替代方法是使用GridView,