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"属性を最初の 2 つのビューに設定します。
android:layout_columnSpan="2"