AndroidStaggeredGrid icon indicating copy to clipboard operation
AndroidStaggeredGrid copied to clipboard

Orientation issue

Open krishnalalstha opened this issue 11 years ago • 0 comments

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.

krishnalalstha avatar May 25 '14 15:05 krishnalalstha