etsy / AndroidStaggeredGrid

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
4.76k stars 1.13k forks source link

Overlapping columns on some devices #111

Open TAPTAPNetworks opened 10 years ago

TAPTAPNetworks commented 10 years ago

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.

rohita323 commented 10 years ago

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

PalakSDarji commented 9 years ago

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

rohita323 commented 9 years ago

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 https://github.com/etsy/AndroidStaggeredGrid/issues/111#issuecomment-68133989 .

PalakSDarji commented 9 years ago

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

rohita323 commented 9 years ago

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 https://github.com/etsy/AndroidStaggeredGrid/issues/111#issuecomment-68134497 .