summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2011-05-03 16:54:21 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-05-03 16:54:21 -0700
commit7c2d14d59637cfb06ebcfbb091541cebd131fc6a (patch)
tree1c588ca63d1cf6ace66517fa2da675d6278b6e95
parent9d8c6215d1aedb1e9f2e10c63e737427f13be884 (diff)
parent0cc4b8a78741267006351623f8378fd49083fd01 (diff)
downloadframeworks_base-7c2d14d59637cfb06ebcfbb091541cebd131fc6a.zip
frameworks_base-7c2d14d59637cfb06ebcfbb091541cebd131fc6a.tar.gz
frameworks_base-7c2d14d59637cfb06ebcfbb091541cebd131fc6a.tar.bz2
Merge "Doc change: fixing minor bug for xml resources bug 4376713" into honeycomb-mr1
-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>