ScreenOrientation

enumeration

Description

Mirrors the ScreenOrientation enum.

For more information about the attribute, see Android's documentation: ScreenOrientation attribute

Properties

NullAttribute is not set and will not appear in the element.
UnspecifiedMirrors android:screenOrientation="unspecified".
BehindMirrors android:screenOrientation="behind".
LandscapeMirrors android:screenOrientation="landscape".
PortraitMirrors android:screenOrientation="portrait".
ReverseLandscapeMirrors android:screenOrientation="reverseLandscape".
ReversePortraitMirrors android:screenOrientation="reversePortrait".
SensorLandscapeMirrors android:screenOrientation="sensorLandscape".
SensorPortraitMirrors android:screenOrientation="sensorPortrait".
UserLandscapeMirrors android:screenOrientation="userLandscape".
UserPortraitMirrors android:screenOrientation="userPortrait".
SensorMirrors android:screenOrientation="sensor".
FullSensorMirrors android:screenOrientation="fullSensor".
NoSensorMirrors android:screenOrientation="noSensor".
UserMirrors android:screenOrientation="user".
FullUserMirrors android:screenOrientation="fullUser".
LockedMirrors android:screenOrientation="locked".

Did you find this page useful? Please give it a rating: