summaryrefslogtreecommitdiff
path: root/res/values/animation_constants.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-10-14 19:00:16 -0700
committerYorke Lee <yorkelee@google.com>2014-10-14 19:00:16 -0700
commit6eb3213f22513e6ee199754c499b2384c22d609f (patch)
treed45886673b6508616e0a85910c8b12791c0b5ed8 /res/values/animation_constants.xml
parent847d8e2d0d854c019e703809e9318371de3f46cf (diff)
Fix flicker when expanding call log items
The fade duration + fade delay for action items was not syncing up with the total animation duration. This was causing the view's alpha to be changed mid-animation causing the flicker. Bug: 17261307 Change-Id: Ied69af83b956b4de837d21dde31ad657da0a9bbf
Diffstat (limited to 'res/values/animation_constants.xml')
-rw-r--r--res/values/animation_constants.xml2
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>