etsy/AndroidStaggeredGrid

Column out of position.

DoubleTime opened this issue · 2 comments

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??

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

I removed

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