Adjusted GridView behavior
This commit is contained in:
parent
9a6968ec3b
commit
41f352d3f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue