[android-developers] Re: LinearLayout Rotation Issue

2011-10-05 Thread niko20
If you rotate with animation, you have to tell the layouts to recalculate. So on the buttons you would use SetLayoutParam() I believe, passing in a LinearLayoutParam which you create with the parameters the buttons should be laid out to. -niko On Oct 5, 6:44 am, Chenna wrote: > any one help me t

[android-developers] Re: LinearLayout Rotation Issue

2011-10-05 Thread Chenna
any one help me this? On Oct 4, 5:22 pm, Chenna wrote: > Hi > > I am forced to fix my CameraPrview Activity in landscape. Now i am > adding buttons on top of surface with linear layout and rotating the > same with Animation. After rotating my buttons are not clickable. > before rotation buttons a