cherrypick Change-Id: Iaada8d42f97786d393743cd7fc3011da1d21f22e
docs: resolve issue 5044273 and fix markup error Change-Id: Ic028292245c14cca218ea9ac771f292254577e7c
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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><animation-list></code> element,
|
||||
* and a series of nested <code><item></code> tags. Each item defines a frame of the animation.
|
||||
|
||||
Reference in New Issue
Block a user