九宫格 android:stretchMode="columnWidth",缩放与列宽大小同步

 

<GridView

  android:id="@+store/grid"

  android:layout_width="wrap_content"   

  android:layout_height="wrap_content"

  android:layout_below="@store/main_daohang"

  android:numColumns="3"         九宫格一行显示三个

  android:gravity="center"           九宫格居中

  android:verticalSpacing="5dp"     垂直边距5

  android:horizontalSpacing="10dp"     水平边距10

  android:stretchMode="columnWidth"     缩放与列宽大小同步

posted on 2014-02-25 11:32  leihupqrst  阅读(1627)  评论(0编辑  收藏  举报

导航