From 41f352d3f91179b01ac8f69e3dee8f6c83f1a31a Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sun, 12 Aug 2012 14:41:11 +0200 Subject: [PATCH] Adjusted GridView behavior --- res/layout-large/feedlist.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/res/layout-large/feedlist.xml b/res/layout-large/feedlist.xml index 8a821678d..3e8664245 100644 --- a/res/layout-large/feedlist.xml +++ b/res/layout-large/feedlist.xml @@ -10,10 +10,8 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" - android:horizontalSpacing="16dp" android:numColumns="auto_fit" android:stretchMode="columnWidth" - android:verticalSpacing="32dp" tools:listitem="@layout/feedlist_item_grid" />