diff options
author | 2010-09-14 09:43:48 -0700 | |
---|---|---|
committer | 2010-09-14 09:43:48 -0700 | |
commit | b2835ef2e506b7d1b3db1c810b7dae349d2461d2 (patch) | |
tree | d2b2a8a3656fc12c816a5efb966576aea3983477 /java/res/layout | |
parent | 2c42492224a2c4d9533fe9a8f4b994bc3f3a90e0 (diff) | |
parent | eb68036798f53763768e4ab37c7bfab9a2f36025 (diff) | |
download | latinime-b2835ef2e506b7d1b3db1c810b7dae349d2461d2.tar.gz latinime-b2835ef2e506b7d1b3db1c810b7dae349d2461d2.tar.xz latinime-b2835ef2e506b7d1b3db1c810b7dae349d2461d2.zip |
am eb680367: Add keyHysteresisDistance xml attribute
Merge commit 'eb68036798f53763768e4ab37c7bfab9a2f36025' into gingerbread-plus-aosp
* commit 'eb68036798f53763768e4ab37c7bfab9a2f36025':
Add keyHysteresisDistance xml attribute
Diffstat (limited to 'java/res/layout')
-rw-r--r-- | java/res/layout/keyboard_popup.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/layout/keyboard_popup.xml b/java/res/layout/keyboard_popup.xml index 1005e7e11..9a52e2cbd 100644 --- a/java/res/layout/keyboard_popup.xml +++ b/java/res/layout/keyboard_popup.xml @@ -33,5 +33,7 @@ android:background="@drawable/keyboard_dark_background" latin:keyBackground="@drawable/btn_keyboard_key_gingerbread_popup" + latin:keyHysteresisDistance="0dip" + latin:verticalCorrection="-20dip" /> </LinearLayout> |