在我的Android项目上处理Rows而不是Columns

时间:2015-12-09 13:55:49

标签: java android xml eclipse gridview

我在使用Columns声明gridview时有以下XML块。

目标是有五列五行。

我还可以指定其中的行数吗?如果没有,为什么不呢?

<?xml version="1.0" encoding="utf-8"?>
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/gridView1"
android:numColumns="auto_fit"
android:gravity="center"
android:columnWidth="50dp"
android:stretchMode="columnWidth"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >

</GridView>

0 个答案:

没有答案