maurycyw / StaggeredGridView

A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.

Home Page:https://github.com/maurycyw/StaggeredGridViewDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support space between items

spacecowboy opened this issue · comments

Would be nice if the view had an attribute specifying the spacing between items (vertical and horizontal) like the regular GridView.

Using a workaround right now with padding inside my item-layouts.