etsy/AndroidStaggeredGrid

Overlapping columns on some devices

TAPTAPNetworks opened this issue · 5 comments

Hi!
I am experiencing some problem with etsy grid on some devices.

Exactly, on the Xperia P and the Lenovo a390, the two columns of my grid are overlapping.

Here is a capture:
screenshot_2014-06-05-14-49-06

Is someone having the same issue on those mobiles?

Thanks.

I have the same problem when I rotate my device. Has this been resolved?

Is there any updates regarding issue? I am facing the same problem..

I changed the controller for that view and it started working. Make sure
you are calling the view correctly

On Fri, Dec 26, 2014 at 3:31 PM, PalakSDarji notifications@github.com
wrote:

Is there any updates regarding issue? I am facing the same problem..


Reply to this email directly or view it on GitHub
#111 (comment)
.

What extra changes are necessary to get it work? I mean, I have implemented standard practice.
can you plz dig deep a bit more? thnx

View v = inflater.inflate(R.layout.product_pager, container, false);

I chose the exact layout in order to make sure that the it had the proper
outline for building the gridview.

On Fri, Dec 26, 2014 at 3:46 PM, PalakSDarji notifications@github.com
wrote:

What extra changes are necessary to get it work? I mean, I have
implemented standard practice.
can you plz dig deep a bit more? thnx


Reply to this email directly or view it on GitHub
#111 (comment)
.