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 行 2 列,然后其他 4 列。 有人知道吗?
GridView 不支持跨越,但 GridLayout 支持。制作一个 4 列的 GridLayout 并将android:layout_columnSpan="2"属性设置为前两个视图。
android:layout_columnSpan="2"