[android-developers] Is it possible to fix the orientation of a particular view in Honeycomb?

2011-06-29 Thread Neil
Hi guys, In my activity I have a SurfaceView which I want to lock the orientation when rotating the device. But I still want other views in the activity to be rotated with the device which means I can not use Activity.setRequestedOrientation to lock the orientation. So is there a way to achieve

Re: [android-developers] Is it possible to fix the orientation of a particular view in Honeycomb?

2011-06-29 Thread Marcin Orlowski
On 28 June 2011 12:10, Neil wan...@gmail.com wrote: Hi guys, In my activity I have a SurfaceView which I want to lock the orientation when rotating the device. But I still want other views in the activity to be rotated with the device which means I can not use