aboutsummaryrefslogtreecommitdiff
path: root/res/layout/grid_view.xml
blob: 549f9ae585496ad4555282f6f68ecbfa47511002 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<github.daneren2005.dsub.view.UnscrollableGridView xmlns:android="http://schemas.android.com/apk/res/android"
	android:id="@+id/gridview"
	android:layout_width="fill_parent"
	android:layout_height="wrap_content"
	android:numColumns="auto_fit"
	android:horizontalSpacing="10dp"
	android:verticalSpacing="10dp"
	android:gravity="center"
	android:stretchMode="columnWidth"/>