Is 开发者_StackOverflow社区it possible to support both landscape orientations in Honeycomb? My application is set to landscape orientation only, but it doesn't change if you flip the device 180 degrees.
Yes. Set the android:screenOrientation
attribute in your AndroidManifest.xml
to sensorLandscape
.
You can read the documentation here.
精彩评论