使图片彼此相邻gridView

时间:2012-06-28 08:55:08

标签: android android-layout android-gridview

即时使用网格视图,图片之间似乎有空格。 我应该怎么做才能使照片彼此相邻?

<GridView 

            android:id="@+id/gridview"
            android:layout_width="30px" 
            android:layout_height="fill_parent"
            android:columnWidth="0dp"
            android:numColumns="3"
            android:verticalSpacing="0dp"
            android:horizontalSpacing="0dp"
            android:stretchMode="columnWidth"
            android:gravity=""
            />

0 个答案:

没有答案