我正在使用一个需要包含 2 列的网格视图的应用程序。我想在第一列中只显示一张图片,然后在所有其他列中显示两张图片。
我的网格视图:
<GridView
android:id="@+id/grid"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:fadingEdge="none"
android:horizontalSpacing="3dip"
android:numColumns="2"
android:verticalSpacing="3dip" />
我当前的视图![在此处输入图像描述][1]
并查看我想要的
![在此处输入图像描述][2]