ScreenOrientation
перечисление
Описание
Соответствует ScreenOrientation enum.
Дополнительные сведения об атрибуте см. в документации Android: атрибут ScreenOrientation
Свойства
| Свойство | Описание |
|---|---|
| Null | Атрибут не установлен и не будет отображаться в элементе. |
| Unspecified | Соответствует android:screenOrientation="unspecified". |
| Behind | Соответствует android:screenOrientation="behind". |
| Landscape | Соответствует android:screenOrientation="landscape". |
| Portrait | Соответствует android:screenOrientation="portrait". |
| ReverseLandscape | Соответствует android:screenOrientation="reverseLandscape". |
| ReversePortrait | Соответствует android:screenOrientation="reversePortrait". |
| SensorLandscape | Соответствует android:screenOrientation="sensorLandscape". |
| SensorPortrait | Соответствует android:screenOrientation="sensorPortrait". |
| UserLandscape | Соответствует android:screenOrientation="userLandscape". |
| UserPortrait | Соответствует android:screenOrientation="userPortrait". |
| Sensor | Соответствует android:screenOrientation="sensor". |
| FullSensor | Соответствует android:screenOrientation="fullSensor". |
| NoSensor | Соответствует android:screenOrientation="noSensor". |
| User | Соответствует android:screenOrientation="user". |
| FullUser | Соответствует android:screenOrientation="fullUser". |
| Locked | Соответствует android:screenOrientation="locked". |