[android-developers] Re: Screen orientation woes

2008-11-29 Thread Dianne Hackborn
On Thu, Nov 27, 2008 at 3:29 PM, Stoyan Damov <[EMAIL PROTECTED]>wrote: > On Fri, Nov 28, 2008 at 1:23 AM, Ralf <[EMAIL PROTECTED]> wrote: > > On Thu, Nov 27, 2008 at 11:39 AM, Stoyan Damov <[EMAIL PROTECTED]> > wrote: > >> I also don't want my activity to get restarted when the screen > >> orient

[android-developers] Re: Screen orientation woes

2008-11-27 Thread Ralf
On Thu, Nov 27, 2008 at 3:29 PM, Stoyan Damov <[EMAIL PROTECTED]> wrote: > > On Fri, Nov 28, 2008 at 1:23 AM, Ralf <[EMAIL PROTECTED]> wrote: >> On Thu, Nov 27, 2008 at 11:39 AM, Stoyan Damov <[EMAIL PROTECTED]> wrote: >>> I also don't want my activity to get restarted when the screen >>> orientat

[android-developers] Re: Screen orientation woes

2008-11-27 Thread Stoyan Damov
On Fri, Nov 28, 2008 at 1:23 AM, Ralf <[EMAIL PROTECTED]> wrote: > On Thu, Nov 27, 2008 at 11:39 AM, Stoyan Damov <[EMAIL PROTECTED]> wrote: >> I also don't want my activity to get restarted when the screen >> orientation changes, so I set the "Config changes" attribute to >> "mcc|mnc|locale|touch

[android-developers] Re: Screen orientation woes

2008-11-27 Thread Ralf
On Thu, Nov 27, 2008 at 11:39 AM, Stoyan Damov <[EMAIL PROTECTED]> wrote: > > Hi all, > > For my app the landscape orientation is useless, so I set my > activity's "Screen orientation" attribute to "portrait". Even when the > screen orientation changes to landscape, whatever I draw is simply > dra

[android-developers] Re: Screen orientation woes

2008-11-27 Thread Stoyan Damov
Aha, that's very good to know, thanks Mark! :) On Thu, Nov 27, 2008 at 9:42 PM, Mark Murphy <[EMAIL PROTECTED]> wrote: > >> On a side note, I read here[1] that I can set the orientation to >> "sensor", which will report screen orientation changes as the device's >> physical orientation change

[android-developers] Re: Screen orientation woes

2008-11-27 Thread Mark Murphy
> On a side note, I read here[1] that I can set the orientation to > "sensor", which will report screen orientation changes as the device's > physical orientation changes. Does this really work on a real device > (I still don't have one) or that's reserved for a future release? Yes, it works. ht