From 3b4ddb795f36a6dd707f7864381b6df033db091f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 8 May 2014 13:49:08 -0700 Subject: Animate InCallUI dialpad. - Change animations to use path interpolator. - Invoke animations on the dialpad view from the dialpad fragment. Bug: 14471388 Change-Id: I4b1bf59c3f612da503bdebccbda6a682748c5d49 --- InCallUI/res/anim/incall_dialpad_slide_in.xml | 7 +++---- InCallUI/res/anim/incall_dialpad_slide_out.xml | 7 +++---- 2 files changed, 6 insertions(+), 8 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 89f4552ab..0e8ffce1f 100644 --- a/InCallUI/res/anim/incall_dialpad_slide_in.xml +++ b/InCallUI/res/anim/incall_dialpad_slide_in.xml @@ -13,11 +13,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - \ No newline at end of file + android:duration="666" /> \ 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 7fa03a252..313e0b2a3 100644 --- a/InCallUI/res/anim/incall_dialpad_slide_out.xml +++ b/InCallUI/res/anim/incall_dialpad_slide_out.xml @@ -13,11 +13,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - \ No newline at end of file + android:duration="426" /> \ No newline at end of file -- cgit v1.2.3