summaryrefslogtreecommitdiffstats
path: root/docs/html/guide
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2011-05-03 16:47:21 -0700
committerRobert Ly <robertly@google.com>2011-05-03 16:50:16 -0700
commit0cc4b8a78741267006351623f8378fd49083fd01 (patch)
tree828fe029832b3010366643817a2c72286f19b5ee /docs/html/guide
parent8325c3a89197e47cfc2eeb4117c927fb8cb91630 (diff)
downloadframeworks_base-0cc4b8a78741267006351623f8378fd49083fd01.zip
frameworks_base-0cc4b8a78741267006351623f8378fd49083fd01.tar.gz
frameworks_base-0cc4b8a78741267006351623f8378fd49083fd01.tar.bz2
Doc change: fixing minor bug for xml resources
bug 4376713 Change-Id: I4c969810eaaf053f8326721b71fbe494b542082d
Diffstat (limited to 'docs/html/guide')
-rw-r--r--docs/html/guide/topics/graphics/animation.jd2
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 3b1716c..e10ab3e 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>