aboutsummaryrefslogtreecommitdiff
path: root/res/layout/grid_view.xml
blob: 17b2f8aafa7b1b66e07ffca073057ee429bfc1e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
	android:id="@+id/gridview"
	android:layout_width="fill_parent"
	android:layout_height="0dip"
	android:layout_weight="1.0"
	android:numColumns="auto_fit"
	android:horizontalSpacing="10dp"
	android:verticalSpacing="10dp"
	android:gravity="center"
	android:stretchMode="columnWidth"/>