From 89e83ac9a01b9f4f87a068a93fe51513a3d76204 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sun, 12 Aug 2012 12:42:38 +0200 Subject: Adjusted grid size --- res/layout-large/feedlist.xml | 9 ++++++--- res/layout/feedlist_item_grid.xml | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'res') diff --git a/res/layout-large/feedlist.xml b/res/layout-large/feedlist.xml index f7a116c87..8a821678d 100644 --- a/res/layout-large/feedlist.xml +++ b/res/layout-large/feedlist.xml @@ -1,5 +1,6 @@ @@ -9,16 +10,18 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" - android:horizontalSpacing="32dp" + android:horizontalSpacing="16dp" android:numColumns="auto_fit" - android:verticalSpacing="32dp" /> + android:stretchMode="columnWidth" + android:verticalSpacing="32dp" + tools:listitem="@layout/feedlist_item_grid" /> \ No newline at end of file diff --git a/res/layout/feedlist_item_grid.xml b/res/layout/feedlist_item_grid.xml index 53e9eeb10..5e0b72e1a 100644 --- a/res/layout/feedlist_item_grid.xml +++ b/res/layout/feedlist_item_grid.xml @@ -5,8 +5,8 @@