summaryrefslogtreecommitdiffstats
path: root/core/res/res/animator
diff options
context:
space:
mode:
authorChet Haase <chet@google.com>2011-01-11 07:21:59 -0800
committerChet Haase <chet@google.com>2011-01-11 12:50:24 -0800
commitd865011473aae8dcddc4a8a1350c46d6aed4079a (patch)
treec44f08f1d4b8cfa05546d2cfcb66e0bdee3e5495 /core/res/res/animator
parent9fafe4e0ebab270591a505f1f07fd2e5489a16f7 (diff)
downloadframeworks_base-d865011473aae8dcddc4a8a1350c46d6aed4079a.zip
frameworks_base-d865011473aae8dcddc4a8a1350c46d6aed4079a.tar.gz
frameworks_base-d865011473aae8dcddc4a8a1350c46d6aed4079a.tar.bz2
All animator resources moved to res/animator
Change-Id: I9342ff21e9a15ba29da946e091343a6f8223c181
Diffstat (limited to 'core/res/res/animator')
-rw-r--r--core/res/res/animator/fade_in.xml2
-rw-r--r--core/res/res/animator/fade_out.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/animator/fade_in.xml b/core/res/res/animator/fade_in.xml
index 2a28b4d..cff98cf 100644
--- a/core/res/res/animator/fade_in.xml
+++ b/core/res/res/animator/fade_in.xml
@@ -18,7 +18,7 @@
-->
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
- android:interpolator="@anim/accelerate_interpolator"
+ android:interpolator="@interpolator/accelerate_quad"
android:valueFrom="0"
android:valueTo="1"
android:propertyName="alpha"
diff --git a/core/res/res/animator/fade_out.xml b/core/res/res/animator/fade_out.xml
index 4db6591..6a3d5ee 100644
--- a/core/res/res/animator/fade_out.xml
+++ b/core/res/res/animator/fade_out.xml
@@ -18,7 +18,7 @@
-->
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
- android:interpolator="@anim/accelerate_interpolator"
+ android:interpolator="@interpolator/accelerate_quad"
android:valueFrom="1.0"
android:valueTo="0.0"
android:propertyName="alpha"