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

Properly detech the orientation of the device. #88

Closed jstralko closed 10 years ago

jstralko commented 10 years ago

When the keyboard is shown the gridview will improperly think the device is in landscape.

denizmveli commented 10 years ago

@jstralko - Change looks good but I get a compile error since you didn't include the import for android.content.res.Configuration. Can you please add this line?

jstralko commented 10 years ago

Thanks. Updated the commit to include the import.

jesthiele commented 10 years ago

I've stumbled over the same problem and my solution would be the same. Could You please merge this commit?

jstralko commented 10 years ago

Ping? Can this get merged? Or is there some other way to get this merged into. Thanks

jstralko commented 10 years ago

Ping? Can this get merged please?

denizmveli commented 10 years ago

Thanks @jstralko. Sorry for the delay.

HRamos3 commented 10 years ago

Still seeing this behaviour while using 1.0.5 (via Gradle).