cherrypick Change-Id: Iaada8d42f97786d393743cd7fc3011da1d21f22e

docs: resolve issue 5044273 and fix markup error

Change-Id: Ic028292245c14cca218ea9ac771f292254577e7c
This commit is contained in:
Scott Main
2011-07-19 11:13:38 -07:00
parent 04142bba6b
commit 34235c6ede
2 changed files with 3 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ parent.link=available-resources.html
<li><a href="#Property">Property Animation</a></li>
<li><a href="#View">View Animation</a>
<ol>
<li><a href="Tween">Tween animation</li>
<li><a href="Frame">Frame animation</li>
<li><a href="Tween">Tween animation</a></li>
<li><a href="Frame">Frame animation</a></li>
</ol>
</li>
</ol>

View File

@@ -33,7 +33,7 @@ import android.util.AttributeSet;
* <p>
* The simplest way to create a frame-by-frame animation is to define the animation in an XML
* file, placed in the res/drawable/ folder, and set it as the background to a View object. Then, call
* {@link #run()} to start the animation.
* {@link #start()} to run the animation.
* <p>
* An AnimationDrawable defined in XML consists of a single <code>&lt;animation-list></code> element,
* and a series of nested <code>&lt;item></code> tags. Each item defines a frame of the animation.