From 8788dffe6f77af7cfa0a33ec012b68c76fdab040 Mon Sep 17 00:00:00 2001 From: Ken Wakasa <kwakasa@google.com> Date: Tue, 17 Jul 2012 18:36:37 +0900 Subject: [PATCH] Increase the config_key_hysteresis_distance value for tablet form factor devices bug: 6745169 Change-Id: I4f0c018748b12d42d5ef587d93df3c5521623b36 --- java/res/values-sw600dp/config.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/java/res/values-sw600dp/config.xml b/java/res/values-sw600dp/config.xml index 2f35d9ae5a..745d3b9954 100644 --- a/java/res/values-sw600dp/config.xml +++ b/java/res/values-sw600dp/config.xml @@ -34,6 +34,7 @@ <!-- Configuration for LatinKeyboardView --> + <dimen name="config_key_hysteresis_distance">40.0dp</dimen> <bool name="config_sliding_key_input_enabled">false</bool> <!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if false --> -- GitLab