diff options
author | 2014-02-17 12:10:09 +0900 | |
---|---|---|
committer | 2014-02-17 12:10:09 +0900 | |
commit | c9072dc8da091cff9c6d76b7a6e2e8e53d6a126e (patch) | |
tree | 4bb38f0e0fb5c231bf00f0750377e5fb8e7083ff /java/res/values/themes-common.xml | |
parent | 95d16561e0e6c38dbd99c893f09c5dbe9d4a465d (diff) | |
download | latinime-c9072dc8da091cff9c6d76b7a6e2e8e53d6a126e.tar.gz latinime-c9072dc8da091cff9c6d76b7a6e2e8e53d6a126e.tar.xz latinime-c9072dc8da091cff9c6d76b7a6e2e8e53d6a126e.zip |
Remove key show up and dismiss animation
Bug: 11518021
Change-Id: I4a5eb0732f399612141f7c22d83e2210da612d7e
Diffstat (limited to 'java/res/values/themes-common.xml')
-rw-r--r-- | java/res/values/themes-common.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/res/values/themes-common.xml b/java/res/values/themes-common.xml index fc96d19a1..eb6cdd975 100644 --- a/java/res/values/themes-common.xml +++ b/java/res/values/themes-common.xml @@ -77,6 +77,7 @@ <item name="ignoreAltCodeKeyTimeout">@integer/config_ignore_alt_code_key_timeout</item> <item name="keyPreviewLayout">@layout/key_preview</item> <item name="keyPreviewHeight">@dimen/config_key_preview_height</item> + <!-- TODO: consolidate key preview linger timeout with the key preview animation parameters. --> <item name="keyPreviewLingerTimeout">@integer/config_key_preview_linger_timeout</item> <item name="moreKeysKeyboardLayout">@layout/more_keys_keyboard</item> <item name="showMoreKeysKeyboardAtTouchedPoint">@bool/config_show_more_keys_keyboard_at_touched_point</item> |