diff options
author | 2011-08-01 19:14:14 +0900 | |
---|---|---|
committer | 2011-08-01 19:14:14 +0900 | |
commit | d8eceb1231e45caacec3b762ac6d1550632844ce (patch) | |
tree | 4d2a367438364d6d69df2cbd9248ba6beb7e9988 /java | |
parent | e00d44d0c8a1420482121f2f3347def9ef430778 (diff) | |
download | latinime-d8eceb1231e45caacec3b762ac6d1550632844ce.tar.gz latinime-d8eceb1231e45caacec3b762ac6d1550632844ce.tar.xz latinime-d8eceb1231e45caacec3b762ac6d1550632844ce.zip |
Remove the systematic bias to the top.
The keyboard used to introduce a systematic bias to the top.
This may have been to compensate an old driver flaw, but it
seems that it is now in the way and causes a lot of mistyped
spaces and backspaces.
This change removes the systematic bias.
Change-Id: Ib65ffba99cbd053d1085d3e6eeaf10a815289fc0
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/dimens.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/dimens.xml b/java/res/values/dimens.xml index ff0458cfe..a66caa7bd 100644 --- a/java/res/values/dimens.xml +++ b/java/res/values/dimens.xml @@ -57,7 +57,7 @@ <dimen name="mini_keyboard_vertical_correction">-0.330in</dimen> <!-- We use "inch", not "dip" because this value tries dealing with physical distance related to user's finger. --> - <dimen name="keyboard_vertical_correction">-0.05in</dimen> + <dimen name="keyboard_vertical_correction">0.0in</dimen> <fraction name="key_letter_ratio">55%</fraction> <fraction name="key_large_letter_ratio">65%</fraction> |