Thanks Zsolt for your reply. But I do no actually understand because it seems we are solving different problems. So in your solution, if I rotate the device, will A be rotated? If it's, then this does not work for me.
On Jul 1, 10:45 am, Zsolt Vasvari <[email protected]> wrote: > Yes. I do this all the time. > > Let's say you have a vew "A" > > layout: > > Create a A-port layout, which is just a copy of the portrait oriented > A > Create a new A layout that <include> A-port > > layout-land: > > Create a A-land layout, which is just a copy of landscape oriented A > Create a new A layout that <include> A-land > > layout-xlarge-v11 (or just layout-xlarge): > > Create a new A layout that <include> A-land. It's a copy of the A > from layout-land > > So, with this setup, on Honeycomb (or any XLARGE device, depending on > the folder you used), the layout used will always be layout-land. On > other devices, it will use the appropriately oriented layout. > > On Jun 28, 6:10 pm, Neil <[email protected]> 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 > > Activity.setRequestedOrientation to lock the orientation. So is there > > a way to achieve this? > > > Thanks.- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

