镜像 ScreenOrientation
枚举。
有关该属性的更多信息,请参阅 Android 的文档:ScreenOrientation 属性
空 | 没有设置属性,也不会显示在该元素中。 |
未指定 | 镜像 android:screenOrientation="unspecified”。 |
背后 | 镜像 android:screenOrientation="behind”。 |
横向 | 镜像 android:screenOrientation="landscape”。 |
纵向 | 镜像 android:screenOrientation="portrait”。 |
反向横向 | 镜像 android:screenOrientation="reverseLandscape”。 |
反向纵向 | 镜像 android:screenOrientation="reversePortrait”。 |
传感器横向 | 镜像 android:screenOrientation="sensorLandscape”。 |
传感器纵向 | 镜像 android:screenOrientation="sensorPortrait”。 |
用户横向 | 镜像 android:screenOrientation="userLandscape”。 |
用户纵向 | 镜像 android:screenOrientation="userPortrait”。 |
传感器 | 镜像 android:screenOrientation="sensor”。 |
全传感器 | 镜像 android:screenOrientation="fullSensor”。 |
无传感器 | 镜像 android:screenOrientation="noSensor”。 |
用户 | 镜像 android:screenOrientation="user”。 |
全用户 | 镜像 android:screenOrientation="fullUser”。 |
锁定 | 镜像 android:screenOrientation="locked”。 |