diff options
| author | 2011-05-03 16:59:34 -0700 | |
|---|---|---|
| committer | 2011-05-03 16:59:34 -0700 | |
| commit | 79eb78769c8ecd92624f0171d9f22d95fc093b00 (patch) | |
| tree | b9e7772eec724fba77e67a1c2650f4344303984f | |
| parent | a98bcdf61dda9d64b4f584ce34c76df79409916a (diff) | |
| parent | 88741823a67fd8246b3926464bfaa2081b330f40 (diff) | |
am 88741823: am 7c2d14d5: Merge "Doc change: fixing minor bug for xml resources bug 4376713" into honeycomb-mr1
* commit '88741823a67fd8246b3926464bfaa2081b330f40':
Doc change: fixing minor bug for xml resources bug 4376713
| -rw-r--r-- | docs/html/guide/topics/graphics/animation.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/graphics/animation.jd b/docs/html/guide/topics/graphics/animation.jd index 3b1716cfd6ed..e10ab3ee34be 100644 --- a/docs/html/guide/topics/graphics/animation.jd +++ b/docs/html/guide/topics/graphics/animation.jd @@ -903,7 +903,7 @@ For more information on creating animators, see the sections on animating with <code>"floatType"</code> unless you specify something else or if the <code>valuesFrom</code> and <code>valuesTo</code> values are colors.</dd> - <dt><code>android:startDelay</code></dt> + <dt><code>android:startOffset</code></dt> <dd>The delay, in milliseconds, before the animation begins playing (after calling {@link android.animation.ValueAnimator#start start()}).</dd> |