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

Orientation issue #105

Open krishnalalstha opened 10 years ago

krishnalalstha commented 10 years ago

I am using this GridView in fragment and activity has

<activity android:name="com.capsuleshot.SlidingMenuActivity" android:configChanges="keyboardHidden|orientation|screenSize" >

in manifest file.

it means layout should automatically handled on orientation chnage. but it is not working is there any way to achieve it.