summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/animation/AnimationLoading.java
diff options
context:
space:
mode:
authorChet Haase <chet@google.com>2010-10-07 09:27:20 -0700
committerChet Haase <chet@google.com>2010-10-07 12:29:12 -0700
commit45d18599b80e06ba64fbfe393c194d822d261258 (patch)
tree6a34bf1f64a64b7394bcf3f07e8436430947dba9 /samples/ApiDemos/src/com/example/android/apis/animation/AnimationLoading.java
parentf3d2517c053799e64906fd7e4f11a5725a2668fd (diff)
Various fixes
Change-Id: I70509d19d1df01e998de4804bc7c1e1899ad8dee
Diffstat (limited to 'samples/ApiDemos/src/com/example/android/apis/animation/AnimationLoading.java')
-rw-r--r--samples/ApiDemos/src/com/example/android/apis/animation/AnimationLoading.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/ApiDemos/src/com/example/android/apis/animation/AnimationLoading.java b/samples/ApiDemos/src/com/example/android/apis/animation/AnimationLoading.java
index 496a004d0..f2ef3d3d2 100644
--- a/samples/ApiDemos/src/com/example/android/apis/animation/AnimationLoading.java
+++ b/samples/ApiDemos/src/com/example/android/apis/animation/AnimationLoading.java
@@ -85,7 +85,7 @@ public class AnimationLoading extends Activity {
if (animation == null) {
ObjectAnimator anim =
(ObjectAnimator) AnimatorInflater.
- loadAnimator(getApplicationContext(), R.anim.property_animator);
+ loadAnimator(getApplicationContext(), R.anim.object_animator);
anim.addUpdateListener(this);
anim.setTarget(balls.get(0));