diff options
author | Robert Ly <robertly@google.com> | 2011-05-03 16:47:21 -0700 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2011-05-03 16:50:16 -0700 |
commit | 0cc4b8a78741267006351623f8378fd49083fd01 (patch) | |
tree | 828fe029832b3010366643817a2c72286f19b5ee /docs/html | |
parent | 8325c3a89197e47cfc2eeb4117c927fb8cb91630 (diff) | |
download | frameworks_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')
-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 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> |