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

Column out of position. #168

Closed DoubleTime closed 9 years ago

DoubleTime commented 9 years ago

device-2015-01-30-172500

I got this output with following step:

All my activity are fix portrait mode

setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);

My first activity is Splash Screen and I placed my phone to landscape position after the loading is finish will go into Main Activity and the AndroidStaggeredGrid layout become like above picture. This layout is fine if my phone is in portrait position on Splash Screen.

Is there any way to overcome this??

andreimarinescu commented 9 years ago

I'm having a similar issue, did you ever track down what was going wrong?

DoubleTime commented 9 years ago

I removed

android:configChanges="orientation|screenSize"
in my AndroidManifest.xml