diff options
author | Andrew Lee <anwlee@google.com> | 2014-05-29 09:43:07 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-29 09:43:07 +0000 |
commit | 76ea6fd729c426e28c6c4220cf6019c0ee8f8699 (patch) | |
tree | 02cad3fd864482b08119fa0a1eebfc868bd173c3 /InCallUI | |
parent | 19c48a0cb695c9e1f18a5a23f2fdccc7b11bfe57 (diff) | |
parent | 440f2f82850854c86c910fb949c62164cd580dc6 (diff) |
am 5b894f62: Update the dialpad slide in/out durations.
* commit '5b894f62128c77f664be25f3d414a362be697117':
Update the dialpad slide in/out durations.
Diffstat (limited to 'InCallUI')
-rw-r--r-- | InCallUI/res/anim/incall_dialpad_slide_in.xml | 2 | ||||
-rw-r--r-- | InCallUI/res/anim/incall_dialpad_slide_out.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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 |