Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
f1708394
Commit
f1708394
authored
11 years ago
by
Tadashi G. Takaoka
Committed by
Android Git Automerger
11 years ago
Browse files
Options
Downloads
Plain Diff
am
0efd8d1b
: Fix landscape override value expression
* commit '
0efd8d1b
': Fix landscape override value expression
parents
813ba9f5
0efd8d1b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/res/values-land/keyboard-heights.xml
+8
-6
8 additions, 6 deletions
java/res/values-land/keyboard-heights.xml
with
8 additions
and
6 deletions
java/res/values-land/keyboard-heights.xml
+
8
−
6
View file @
f1708394
...
@@ -19,19 +19,21 @@
...
@@ -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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment