summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-10-15 17:06:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-15 17:06:57 +0000
commit9420542250042de66dbd667a43640c94301879d2 (patch)
tree485394747243a193fca53718de6e9684894af5f0 /res
parent3160a3c61282f944991b349bf44013d0f03122ce (diff)
parent6eb3213f22513e6ee199754c499b2384c22d609f (diff)
downloadpackages_apps_Dialer-9420542250042de66dbd667a43640c94301879d2.tar.gz
packages_apps_Dialer-9420542250042de66dbd667a43640c94301879d2.tar.bz2
packages_apps_Dialer-9420542250042de66dbd667a43640c94301879d2.zip
Merge "Fix flicker when expanding call log items" into lmp-mr1-dev
Diffstat (limited to 'res')
-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>