diff options
author | Yorke Lee <yorkelee@google.com> | 2014-10-15 18:16:56 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-15 18:16:56 +0000 |
commit | 55a05e41c5b055fe452c250541fd7bc5fb7f367d (patch) | |
tree | 485394747243a193fca53718de6e9684894af5f0 | |
parent | 3db9b58523af738bb719e21a6a12c4fe5452d1c8 (diff) | |
parent | 17cff268dc69b64b0d42c8336c0bd55ac3b76c1b (diff) |
am 17cff268: am 832e98c9: am 94205422: Merge "Fix flicker when expanding call log items" into lmp-mr1-dev
* commit '17cff268dc69b64b0d42c8336c0bd55ac3b76c1b':
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> |