summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-28 15:14:28 -0700
committerAndrew Lee <anwlee@google.com>2014-05-28 15:18:37 -0700
commita8fd297b0379331ba42aceb8d539c88105fe97e3 (patch)
treeb8f09260c0f047396cbb91e0cffef862caaefdf0 /res
parent552fef10ae80bb8ef9fa65872a92bfa0b8f443ea (diff)
Update dialpad slide in/out animation durations.
Bug: 15169764 Change-Id: I3ec94f36a98ad56bca8bb352a9bb34601e0eef54
Diffstat (limited to 'res')
-rw-r--r--res/anim/slide_in.xml2
-rw-r--r--res/anim/slide_out.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/anim/slide_in.xml b/res/anim/slide_in.xml
index 56318e429..b0eed3713 100644
--- a/res/anim/slide_in.xml
+++ b/res/anim/slide_in.xml
@@ -15,6 +15,6 @@
-->
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@interpolator/ease_in_interpolator"
- android:duration="666"
+ android:duration="532"
android:fromYDelta="67%p"
android:toYDelta="0" /> \ No newline at end of file
diff --git a/res/anim/slide_out.xml b/res/anim/slide_out.xml
index 1cd39a7a6..231555e88 100644
--- a/res/anim/slide_out.xml
+++ b/res/anim/slide_out.xml
@@ -15,6 +15,6 @@
-->
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@interpolator/ease_out_interpolator"
- android:duration="429"
+ android:duration="257"
android:fromYDelta="0"
android:toYDelta="80%p" /> \ No newline at end of file