[android-developers] Re: Problem with Camera and layout orientation

2009-04-20 Thread Midas
Not entirely sure how this would work, but maybe... this.setRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); On Apr 9, 7:05 am, mobilek...@googlemail.com mobilek...@googlemail.com wrote: Hi, I've been trying to solve this for awhile now, and still couldn't find a solution to

[android-developers] Re: Problem with Camera and layout orientation

2009-04-16 Thread Zeeshan Khan
Hi , I am facing the same problem of 90 degree rotation can any one tell how to force the activity so that it will be displayed in landscape view On Sun, Apr 12, 2009 at 2:55 AM, Streets Of Boston flyingdutc...@gmail.comwrote: Put the other views in another (sub)activity. I don't know your

[android-developers] Re: Problem with Camera and layout orientation

2009-04-16 Thread Streets Of Boston
Change your activity's orientation in the manifest file to be landscape. On Apr 16, 4:58 am, Zeeshan Khan zeeshanno...@gmail.com wrote: Hi ,   I am facing the same problem of 90 degree rotation   can any one tell how to force the activity so that it will be displayed in landscape view On

[android-developers] Re: Problem with Camera and layout orientation

2009-04-11 Thread mobilekid
Huh still haven't found a soultiuon... and I doub't I'm the only person who has faced this issue... On Apr 9, 12:05 pm, mobilek...@googlemail.com mobilek...@googlemail.com wrote: Hi, I've been trying to solve this for awhile now, and still couldn't find a solution to it. To properly display

[android-developers] Re: Problem with Camera and layout orientation

2009-04-11 Thread Mark Murphy
mobilekid wrote: Huh still haven't found a soultiuon... and I doub't I'm the only person who has faced this issue... On Apr 9, 12:05 pm, mobilek...@googlemail.com mobilek...@googlemail.com wrote: Hi, I've been trying to solve this for awhile now, and still couldn't find a solution to it.

[android-developers] Re: Problem with Camera and layout orientation

2009-04-11 Thread Streets Of Boston
The camera(-surface) only supports landscape view. As Mark said, i too believe they're working on this in the new release. But you can set your camera-activity to 'landscape' in your manifest file, and set all other activities in your app to any other orientation (or the same orientation). On

[android-developers] Re: Problem with Camera and layout orientation

2009-04-11 Thread mobilekid
Yes, saddly that's the reality at the moment. I can't afford declaring my camera activity in 'landscape' from the manifest as I need to display other views in the same activity in portait. I guess the only hack here is to extend the views and rotate them -90 degrees... but I don't think I will

[android-developers] Re: Problem with Camera and layout orientation

2009-04-11 Thread mobilekid
Yes, saddly that's the reality at the moment. Yet I can't afford declaring my camera activity in 'landscape' from the manifest as I need to display other views in the same activity in portait. I guess the only hack here is to extend the views and rotate them -90 degrees... but I don't think I