StaggeredGridView
StaggeredGridView copied to clipboard
A sweeter StaggeredGridView
If I change the width of ImageView, on touch the all image views comes to column 1. If I override the touch listener of STGVActivity the stroller stop working.
Please review my changes and pull them if possible. I don't know exactly what the intention was in AdapterDataSetObserver.onChanged if lazyload is set. It did not work for me as...
I try to custom load more with action like pull to refresh, But it not work , please help me to example thank you
Where do u remove the top grey button? It really serve no purpose and I wish to remove it. Thanks.
This bug got copied over from the original code. zasadnyy offers a nice solution. https://github.com/maurycyw/StaggeredGridView/issues/16
I made an implementation of the project, however when I scroll down and then toward the top disappears leaving some items blank and clicking a visible item missing items appear....
i had implemented your staggered gridview with viewpager title strip like the screenshot below. the red circle is the part that being cut off. i want to reset the staggered...
...arcel The old implementation was crashing as the objects data was not retrieved correctly from the Parcel in the constructor.
can not set OnItemClickListenner pulltoRefreshStaggeredGridView
Recycle
Attributes should be recycled. At code: ``` if(attrs!=null) { TypedArray a=getContext().obtainStyledAttributes( attrs, R.styleable.StaggeredGridView); mColCount = a.getInteger(R.styleable.StaggeredGridView_numColumns, 2); mDrawSelectorOnTop = a.getBoolean(R.styleable.StaggeredGridView_drawSelectorOnTop, false); mItemMargin = (int) a.getDimension(R.styleable.StaggeredGridView_itemMargin, 0); } ``` Add ```...