Fix @code escapes
The body of {@code} must not be HTML escaped. This is one of
several changes that fix the source in conjunction with a
doclava fix.
Bug: 25757239
Change-Id: Ib38a0fa2dd2a3d68e467f78a812071e763d7e881
This commit is contained in:
@@ -40,8 +40,8 @@ import android.util.AttributeSet;
|
||||
* animation.
|
||||
* <p>
|
||||
* An AnimationDrawable defined in XML consists of a single
|
||||
* {@code <animation-list>} element and a series of nested
|
||||
* {@code <item>} tags. Each item defines a frame of the animation. See
|
||||
* {@code <animation-list>} element and a series of nested
|
||||
* {@code <item>} tags. Each item defines a frame of the animation. See
|
||||
* the example below.
|
||||
* <p>
|
||||
* spin_animation.xml file in res/drawable/ folder:
|
||||
|
||||
Reference in New Issue
Block a user