Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 18 | chris | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||
| 3 | android:orientation="vertical" |
||
| 4 | android:layout_width="wrap_content" |
||
| 5 | android:layout_height="fill_parent" |
||
| 6 | android:layout_gravity="center" |
||
| 7 | android:weightSum="1"> |
||
| 8 | |||
| 9 | <GridView xmlns:android="http://schemas.android.com/apk/res/android" |
||
| 10 | android:layout_alignParentBottom="true" |
||
| 11 | android:id="@+id/gridview" |
||
| 12 | android:layout_width="fill_parent" |
||
| 13 | android:numColumns="auto_fit" |
||
| 14 | android:verticalSpacing="5dp" |
||
| 15 | android:horizontalSpacing="5dp" |
||
| 16 | android:columnWidth="120dp" |
||
| 17 | android:stretchMode="columnWidth" |
||
| 18 | android:layout_gravity="center_horizontal|center" |
||
| 19 | android:layout_height="fill_parent"/> |
||
| 20 | |||
| 21 | </LinearLayout> |