Adjusted GridView behavior

This commit is contained in:
daniel oeh 2012-08-12 14:41:11 +02:00
parent 9a6968ec3b
commit 41f352d3f9
1 changed files with 0 additions and 2 deletions

View File

@ -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" />
<TextView