From 6eb3213f22513e6ee199754c499b2384c22d609f Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Tue, 14 Oct 2014 19:00:16 -0700 Subject: 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 --- res/values/animation_constants.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') 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 @@ 150 - 200 + 50 20 -- cgit v1.2.3