diff options
author | 2010-09-13 19:26:23 +0900 | |
---|---|---|
committer | 2010-09-14 16:26:45 +0900 | |
commit | eb68036798f53763768e4ab37c7bfab9a2f36025 (patch) | |
tree | d2b2a8a3656fc12c816a5efb966576aea3983477 /java/res/layout | |
parent | 9717d5b1eed2764191e55464bb2da75043397abf (diff) | |
download | latinime-eb68036798f53763768e4ab37c7bfab9a2f36025.tar.gz latinime-eb68036798f53763768e4ab37c7bfab9a2f36025.tar.xz latinime-eb68036798f53763768e4ab37c7bfab9a2f36025.zip |
Add keyHysteresisDistance xml attribute
This change also introduces MiniKeyboardKeyDetector and
mini_keyboad_slide_allowance parameter to tune the key detection
behavior.
Bug: 2993769
Change-Id: I1932b0a382e172cb77b9e098ae182049c834dfe0
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> |