Gridview

<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"     缩放与列宽大小同步

原文地址:https://www.cnblogs.com/li-print/p/3290889.html