Doc change: fixing minor bug for xml resources

bug 4376713

Change-Id: I4c969810eaaf053f8326721b71fbe494b542082d
This commit is contained in:
Robert Ly
2011-05-03 16:47:21 -07:00
parent 8325c3a891
commit 0cc4b8a787

View File

@@ -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>