[android-developers] orientation specific values do not change

2011-06-22 Thread Bogdan Muresan
I got dimension values set in both values and values-land folders and
used as the width/height of a layout. I change the screen-orientation
programmatically to landscape in my activity:

  setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
but the layout dimensions are not the ones declared in values-land
folder dimens.xml.

I suspect that since the orientation is specific just to this
activity, the application doesn't provide the updated resources.

Is there a way to change the orientation of the whole application, or
reference to the landscape resources from code?

Thanks

-- 
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


[android-developers] Installing a x86 image in new sdk tools v12

2011-07-06 Thread Bogdan Muresan
I've upgraded to android sdk tools 12. As a release note google says:
The AVD manager and emulator can now use system images compiled for
ARM v7 and x86 CPUs.

Has anyone tried to run a x86 image? If so, can you provide some
instructions on how I can do it? Are there any 3.0+ images?

-- 
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