diff options
author | 2013-05-15 11:04:55 -0700 | |
---|---|---|
committer | 2013-05-15 11:04:55 -0700 | |
commit | 037be7fa0a50b7c4bfc1368b9e9e158473f2e3b5 (patch) | |
tree | 1fc7374a42e09284ccaf28d702914d728ea0edbf /java/res | |
parent | b55f0be85c51d07c6e64d8fc59279349045e52aa (diff) | |
parent | 3385fe8ff58cf42f1c1abac85d6d2ba2aa62ff32 (diff) | |
download | latinime-037be7fa0a50b7c4bfc1368b9e9e158473f2e3b5.tar.gz latinime-037be7fa0a50b7c4bfc1368b9e9e158473f2e3b5.tar.xz latinime-037be7fa0a50b7c4bfc1368b9e9e158473f2e3b5.zip |
am 3385fe8f: am 9fc82bdb: Merge "Remove graying animation of alt-code keys while typing"
* commit '3385fe8ff58cf42f1c1abac85d6d2ba2aa62ff32':
Remove graying animation of alt-code keys while typing
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/styles.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/values/styles.xml b/java/res/values/styles.xml index 436e080f7..dad7e2064 100644 --- a/java/res/values/styles.xml +++ b/java/res/values/styles.xml @@ -94,8 +94,10 @@ <item name="showMoreKeysKeyboardAtTouchedPoint">@bool/config_show_more_keys_keyboard_at_touched_point</item> <item name="languageOnSpacebarFinalAlpha">@integer/config_language_on_spacebar_final_alpha</item> <item name="languageOnSpacebarFadeoutAnimator">@anim/language_on_spacebar_fadeout</item> + <!-- Remove animations for now because it could drain a non-negligible amount of battery while typing. <item name="altCodeKeyWhileTypingFadeoutAnimator">@anim/alt_code_key_while_typing_fadeout</item> <item name="altCodeKeyWhileTypingFadeinAnimator">@anim/alt_code_key_while_typing_fadein</item> + --> <!-- Common attributes of MainKeyboardView for gesture typing detection and recognition --> <item name="gestureFloatingPreviewTextLingerTimeout">@integer/config_gesture_floating_preview_text_linger_timeout</item> <item name="gestureStaticTimeThresholdAfterFastTyping">@integer/config_gesture_static_time_threshold_after_fast_typing</item> |