aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-05-15 12:53:09 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-15 12:53:09 -0700
commit73673b4c4133587e0d310041bb9155798dd6ec37 (patch)
tree53b1220d4efb6d789f33ecb1bc4a40cf4ee7356a /java
parent7a876b3114dc977283248672c309359223ed678f (diff)
parentf17083941daefe146358dc39a3e8d0ca660c530d (diff)
downloadlatinime-73673b4c4133587e0d310041bb9155798dd6ec37.tar.gz
latinime-73673b4c4133587e0d310041bb9155798dd6ec37.tar.xz
latinime-73673b4c4133587e0d310041bb9155798dd6ec37.zip
am f1708394: am 0efd8d1b: Fix landscape override value expression
* commit 'f17083941daefe146358dc39a3e8d0ca660c530d': Fix landscape override value expression
Diffstat (limited to 'java')
-rw-r--r--java/res/values-land/keyboard-heights.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/java/res/values-land/keyboard-heights.xml b/java/res/values-land/keyboard-heights.xml
index 4ebeda559..670be3329 100644
--- a/java/res/values-land/keyboard-heights.xml
+++ b/java/res/values-land/keyboard-heights.xml
@@ -19,19 +19,21 @@
-->
<resources>
- <!-- Build.HARDWARE,keyboard_height_in_dp -->
+ <!-- Build condition,keyboard_height_in_dp -->
<string-array name="keyboard_heights" translatable="false">
<!-- Preferable keyboard height in absolute scale: 1.100in -->
<!-- Droid -->
- <item>sholes,194.3333</item>
+ <item>HARDWARE=sholes,194.3333</item>
<!-- Nexus One -->
- <item>mahimahi,186.2667</item>
+ <item>HARDWARE=mahimahi,186.2667</item>
<!-- Nexus S -->
- <item>herring,171.9385</item>
+ <item>HARDWARE=herring,171.9385</item>
<!-- Galaxy Nexus -->
- <item>tuna,173.4207</item>
+ <item>HARDWARE=tuna,173.4207</item>
<!-- Preferable keyboard height in absolute scale: 45.0mm -->
<!-- Xoom -->
- <item>stingray,265.4378</item>
+ <item>HARDWARE=stingray,265.4378</item>
+ <!-- Default value for unknown device: empty string -->
+ <item>,</item>
</string-array>
</resources>