diff options
author | 2010-09-28 20:33:53 -0700 | |
---|---|---|
committer | 2010-09-28 20:33:53 -0700 | |
commit | 0325360d32dfb8fcf7e8f2f584dc46d48a482af5 (patch) | |
tree | f0f124fac5eafae6a6b4388297d89eabfa0f3d10 /java/res/layout | |
parent | 0ea7e504887702bace7b2e765704d08e737ab1b5 (diff) | |
parent | 46941882b2c3f7467ce3d77be6948cfa7aafe548 (diff) | |
download | latinime-0325360d32dfb8fcf7e8f2f584dc46d48a482af5.tar.gz latinime-0325360d32dfb8fcf7e8f2f584dc46d48a482af5.tar.xz latinime-0325360d32dfb8fcf7e8f2f584dc46d48a482af5.zip |
am 46941882: Tune mini keyboard vertical correction to match with key height
Merge commit '46941882b2c3f7467ce3d77be6948cfa7aafe548' into gingerbread-plus-aosp
* commit '46941882b2c3f7467ce3d77be6948cfa7aafe548':
Tune mini keyboard vertical correction to match with key height
Diffstat (limited to 'java/res/layout')
-rw-r--r-- | java/res/layout/keyboard_popup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/layout/keyboard_popup.xml b/java/res/layout/keyboard_popup.xml index 27388e06b..c6594f6bf 100644 --- a/java/res/layout/keyboard_popup.xml +++ b/java/res/layout/keyboard_popup.xml @@ -36,6 +36,6 @@ latin:keyBackground="@drawable/btn_keyboard_key_gingerbread_popup" latin:keyHysteresisDistance="0dip" - latin:verticalCorrection="-20dip" + latin:verticalCorrection="@dimen/mini_keyboard_vertical_correction" /> </LinearLayout> |