From 440f2f82850854c86c910fb949c62164cd580dc6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 28 May 2014 15:15:37 -0700 Subject: Update the dialpad slide in/out durations. Bug: 15169764 Change-Id: I32762c05b7f6d3e6e573be382062d4d2f8a3ea34 --- InCallUI/res/anim/incall_dialpad_slide_in.xml | 2 +- InCallUI/res/anim/incall_dialpad_slide_out.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'InCallUI/res/anim') diff --git a/InCallUI/res/anim/incall_dialpad_slide_in.xml b/InCallUI/res/anim/incall_dialpad_slide_in.xml index a1d3f63be..9885e81b4 100644 --- a/InCallUI/res/anim/incall_dialpad_slide_in.xml +++ b/InCallUI/res/anim/incall_dialpad_slide_in.xml @@ -19,4 +19,4 @@ android:valueTo="0" android:valueType="floatType" android:propertyName="yFraction" - android:duration="666" /> \ No newline at end of file + android:duration="532" /> \ No newline at end of file diff --git a/InCallUI/res/anim/incall_dialpad_slide_out.xml b/InCallUI/res/anim/incall_dialpad_slide_out.xml index edc1e4abe..5e1dc8efc 100644 --- a/InCallUI/res/anim/incall_dialpad_slide_out.xml +++ b/InCallUI/res/anim/incall_dialpad_slide_out.xml @@ -19,4 +19,4 @@ android:valueTo="1.0" android:valueType="floatType" android:propertyName="yFraction" - android:duration="426" /> \ No newline at end of file + android:duration="257" /> \ No newline at end of file -- cgit v1.2.3