Fixing typos related to portrait enums.

Change-Id: Ia2ca7aebec7c9adba093aec594429c9f01875448
This commit is contained in:
Winson Chung
2012-05-29 10:56:26 -07:00
parent 53d003f0e7
commit ba6be29fe0

View File

@@ -551,13 +551,13 @@
<enum name="sensorLandscape" value="6" />
<!-- Would like to have the screen in portrait orientation, but can
use the sensor to change which direction the screen is facing. -->
<enum name="sensorPortait" value="7" />
<enum name="sensorPortrait" value="7" />
<!-- Would like to have the screen in landscape orientation, turned in
the opposite direction from normal landscape. -->
<enum name="reverseLandscape" value="8" />
<!-- Would like to have the screen in portrait orientation, turned in
the opposite direction from normal portrait. -->
<enum name="reversePortait" value="9" />
<enum name="reversePortrait" value="9" />
<!-- Orientation is determined by a physical orientation sensor:
the display will rotate based on how the user moves the device.
This allows any of the 4 possible rotations, regardless of what