diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/grid_view.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/grid_view.xml b/res/layout/grid_view.xml index e2bcd49f..17b2f8aa 100644 --- a/res/layout/grid_view.xml +++ b/res/layout/grid_view.xml @@ -2,7 +2,8 @@ <GridView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/gridview"
android:layout_width="fill_parent"
- android:layout_height="wrap_content"
+ android:layout_height="0dip"
+ android:layout_weight="1.0"
android:numColumns="auto_fit"
android:horizontalSpacing="10dp"
android:verticalSpacing="10dp"
|