am 4f8bb4c8: Merge change 25276 into eclair

Merge commit '4f8bb4c8a0ec6fa89857281537ad0c5d12bcff47' into eclair-plus-aosp

* commit '4f8bb4c8a0ec6fa89857281537ad0c5d12bcff47':
  Use separate resources to control orientation change for car and desk docks.
This commit is contained in:
Mike Lockwood
2009-09-16 10:32:21 -07:00
committed by Android Git Automerger

View File

@@ -70,8 +70,13 @@
<!-- The number of degrees to rotate the display when the keyboard is open. -->
<integer name="config_lidOpenRotation">90</integer>
<!-- The number of degrees to rotate the display when the device is in a dock. -->
<integer name="config_dockedRotation">90</integer>
<!-- The number of degrees to rotate the display when the device is in a desk dock.
A value of -1 means no change in orientation by default. -->
<integer name="config_deskDockRotation">-1</integer>
<!-- The number of degrees to rotate the display when the device is in a car dock.
A value of -1 means no change in orientation by default. -->
<integer name="config_carDockRotation">-1</integer>
<!-- Indicate whether the lid state impacts the accessibility of
the physical keyboard. 0 means it doesn't, 1 means it is accessible