summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-27 14:56:57 -0700
committerAndrew Lee <anwlee@google.com>2014-05-27 15:08:03 -0700
commitaa512e3ba153f5847f8d0c184c358d44590f91b4 (patch)
tree859cfc17f775767d97b74bb28522b300fe631d57 /res
parentcdf36015580adf63bd32d2f1cdbf526918de9b88 (diff)
Use custom path interpolators for dialpad slide in/out.
Bug: 15169764 Change-Id: I17666111a4ea6b2a96df3592fceede5fd4259075
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 9f9c4d4c7..56318e429 100644
--- a/res/anim/slide_in.xml
+++ b/res/anim/slide_in.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
<translate xmlns:android="http://schemas.android.com/apk/res/android"
- android:interpolator="@android:interpolator/fast_out_slow_in"
+ android:interpolator="@interpolator/ease_in_interpolator"
android:duration="666"
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 e77bcde06..1cd39a7a6 100644
--- a/res/anim/slide_out.xml
+++ b/res/anim/slide_out.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
<translate xmlns:android="http://schemas.android.com/apk/res/android"
- android:interpolator="@android:interpolator/fast_out_slow_in"
+ android:interpolator="@interpolator/ease_out_interpolator"
android:duration="429"
android:fromYDelta="0"
android:toYDelta="80%p" /> \ No newline at end of file