diff options
author | Yorke Lee <yorkelee@google.com> | 2014-10-15 18:12:13 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-15 18:12:13 +0000 |
commit | 17cff268dc69b64b0d42c8336c0bd55ac3b76c1b (patch) | |
tree | fb080e14e2a4f988cf80565dbc66d9b66b453c16 | |
parent | 7902971371f406bbc2c1ac0b9a4bad63082ad5f7 (diff) | |
parent | 832e98c99eb40a0e93ef92dc434e80ec92e3ab66 (diff) |
am 832e98c9: am 94205422: Merge "Fix flicker when expanding call log items" into lmp-mr1-dev
* commit '832e98c99eb40a0e93ef92dc434e80ec92e3ab66':
Fix flicker when expanding call log items
-rw-r--r-- | res/values/animation_constants.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/animation_constants.xml b/res/values/animation_constants.xml index 786306092..b8b2a59f4 100644 --- a/res/values/animation_constants.xml +++ b/res/values/animation_constants.xml @@ -35,7 +35,7 @@ <integer name="call_log_actions_fade_start">150</integer> <!-- Duration of the fade in of the call log actions. --> - <integer name="call_log_actions_fade_in_duration">200</integer> + <integer name="call_log_actions_fade_in_duration">50</integer> <!-- Duration of the fade out of the call log actions. --> <integer name="call_log_actions_fade_out_duration">20</integer> |