bulletnoid / StaggeredGridView

A sweeter StaggeredGridView
139 stars 53 forks source link

top of staggered gridview being cut off #13

Open pangminfu opened 10 years ago

pangminfu commented 10 years ago

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 gridview in ondestroyview in fragment so that every time i navigate to the previous view the staggered view is not being cut off and showing its top position

thanks for your help.

device

hongzhou85 commented 10 years ago

Hi, May I ask where do u remove that top button that is actually seen in the demo?

bulletnoid commented 10 years ago

Dont set header to stgv, then you'll get no head button.

On Sun, Jun 29, 2014 at 3:40 PM, hongzhou85 notifications@github.com wrote:

Hi, May I ask where do u remove that top button that is actually seen in the demo?

— Reply to this email directly or view it on GitHub https://github.com/bulletnoid/StaggeredGridView/issues/13#issuecomment-47448003 .

hongzhou85 commented 10 years ago

I'm seeing this problem as well..when swipe to another tab it is cut off.. is there any way to resolve this? If not I'll need to switch to other staggered grid view.