am f1708394: am 0efd8d1b: Fix landscape override value expression

* commit 'f17083941daefe146358dc39a3e8d0ca660c530d':
  Fix landscape override value expression
main
Tadashi G. Takaoka 2013-05-15 12:53:09 -07:00 committed by Android Git Automerger
commit 73673b4c41
1 changed files with 8 additions and 6 deletions

View File

@ -19,19 +19,21 @@
--> -->
<resources> <resources>
<!-- Build.HARDWARE,keyboard_height_in_dp --> <!-- Build condition,keyboard_height_in_dp -->
<string-array name="keyboard_heights" translatable="false"> <string-array name="keyboard_heights" translatable="false">
<!-- Preferable keyboard height in absolute scale: 1.100in --> <!-- Preferable keyboard height in absolute scale: 1.100in -->
<!-- Droid --> <!-- Droid -->
<item>sholes,194.3333</item> <item>HARDWARE=sholes,194.3333</item>
<!-- Nexus One --> <!-- Nexus One -->
<item>mahimahi,186.2667</item> <item>HARDWARE=mahimahi,186.2667</item>
<!-- Nexus S --> <!-- Nexus S -->
<item>herring,171.9385</item> <item>HARDWARE=herring,171.9385</item>
<!-- Galaxy Nexus --> <!-- Galaxy Nexus -->
<item>tuna,173.4207</item> <item>HARDWARE=tuna,173.4207</item>
<!-- Preferable keyboard height in absolute scale: 45.0mm --> <!-- Preferable keyboard height in absolute scale: 45.0mm -->
<!-- Xoom --> <!-- Xoom -->
<item>stingray,265.4378</item> <item>HARDWARE=stingray,265.4378</item>
<!-- Default value for unknown device: empty string -->
<item>,</item>
</string-array> </string-array>
</resources> </resources>