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.
我有一个屏幕,它将显示 GridView 中的项目列表。我根据我的要求设计了 2 列和 n 行。
到这里没问题,但现在有一个新要求,我需要用大预览显示第一列。
继续……
这在 Android GridView 中可行吗?有人可以帮助如何实现这一目标
提前致谢
不幸的是,这是不可能的GridView,因为它不支持跨越,我认为TableLayout更适合你的情况,因为它支持行跨度。希望可以清除它
GridView
TableLayout