summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2011-05-03 17:03:21 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-05-03 17:03:21 -0700
commite98c27e5e4f450b294cc525e1de65a194e9904d2 (patch)
tree359cd216867a714037e7be53502d8351be696813 /docs
parentf639533484c8d783c7ac7b7231da5051b6189a8e (diff)
parent79eb78769c8ecd92624f0171d9f22d95fc093b00 (diff)
downloadframeworks_base-e98c27e5e4f450b294cc525e1de65a194e9904d2.zip
frameworks_base-e98c27e5e4f450b294cc525e1de65a194e9904d2.tar.gz
frameworks_base-e98c27e5e4f450b294cc525e1de65a194e9904d2.tar.bz2
am 79eb7876: am 88741823: am 7c2d14d5: Merge "Doc change: fixing minor bug for xml resources bug 4376713" into honeycomb-mr1
* commit '79eb78769c8ecd92624f0171d9f22d95fc093b00': Doc change: fixing minor bug for xml resources bug 4376713
Diffstat (limited to 'docs')
-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>