summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-08 13:36:28 -0700
committerAndrew Lee <anwlee@google.com>2014-05-08 13:50:50 -0700
commite0368922f012bf1c9189d455c87a2c97a84cbf24 (patch)
tree8f5a1e6f571fc5661678e3a0f2ea3eed9511ddab
parent03982754da3fc42d62beac6b003a0e3d9a3eb480 (diff)
Use path interplator for dialpad yTranslation slide animations.
Bug: 14471388 Change-Id: Icdf08b3a8a7252625ecffab51897740c4c772b75
-rw-r--r--res/anim/slide_in.xml5
-rw-r--r--res/anim/slide_out.xml5
2 files changed, 4 insertions, 6 deletions
diff --git a/res/anim/slide_in.xml b/res/anim/slide_in.xml
index dbbd3d95a..b2ebf7db0 100644
--- a/res/anim/slide_in.xml
+++ b/res/anim/slide_in.xml
@@ -13,9 +13,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<objectAnimator
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:interpolator="@android:anim/decelerate_interpolator"
+<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
+ android:interpolator="@android:interpolator/fast_out_slow_in"
android:valueFrom="0.67"
android:valueTo="0"
android:valueType="floatType"
diff --git a/res/anim/slide_out.xml b/res/anim/slide_out.xml
index 6b180c518..d3b92e38e 100644
--- a/res/anim/slide_out.xml
+++ b/res/anim/slide_out.xml
@@ -13,9 +13,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<objectAnimator
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:interpolator="@android:anim/decelerate_interpolator"
+<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
+ android:interpolator="@android:interpolator/fast_out_slow_in"
android:valueFrom="0"
android:valueTo="0.8"
android:valueType="floatType"