[android-developers] Landscape mode, in either direction

2011-05-18 Thread Chris Stewart
My app is currently locked to landscape mode, but I'd like to enable show as
landscape in either direction (top up, or bottom up).  Is something like
this possible?  I'm on Honeycomb if that helps.

--
Chris Stewart
http://chriswstewart.com

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Landscape mode, in either direction

2011-05-18 Thread Dianne Hackborn
For GB and up: android:screenOrientation=sensorLandscape

http://developer.android.com/reference/android/R.attr.html#screenOrientation
http://developer.android.com/reference/android/R.attr.html#screenOrientation
On Wed, May 18, 2011 at 9:35 AM, Chris Stewart cstewart...@gmail.comwrote:

 My app is currently locked to landscape mode, but I'd like to enable show
 as landscape in either direction (top up, or bottom up).  Is something like
 this possible?  I'm on Honeycomb if that helps.

 --
 Chris Stewart
 http://chriswstewart.com

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Landscape mode, in either direction

2011-05-18 Thread Chris Stewart
Dianne,

Great, thanks!

--
Chris Stewart
http://chriswstewart.com



On Wed, May 18, 2011 at 1:14 PM, Dianne Hackborn hack...@android.comwrote:

 For GB and up: android:screenOrientation=sensorLandscape


 http://developer.android.com/reference/android/R.attr.html#screenOrientation
 http://developer.android.com/reference/android/R.attr.html#screenOrientation
 On Wed, May 18, 2011 at 9:35 AM, Chris Stewart cstewart...@gmail.comwrote:

 My app is currently locked to landscape mode, but I'd like to enable show
 as landscape in either direction (top up, or bottom up).  Is something like
 this possible?  I'm on Honeycomb if that helps.

 --
 Chris Stewart
 http://chriswstewart.com

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support, and so won't reply to such e-mails.  All such
 questions should be posted on public forums, where I and others can see and
 answer them.

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en