File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
docs/html/guide/topics/graphics Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,8 @@ use your Canvas to draw a Bitmap handled by the system.</p>
130130<p class="note"><strong>Note: </strong> In order to request an invalidate from a thread other than your main
131131Activity's thread, you must call <code>{@link android.view.View#postInvalidate()}</code>.</p>
132132
133- <p>Also read <a href="{@docRoot}guide/topics/ui/custom-components.html">Building Custom Components</a>
134- for a guide to extending a View class, and <a href="2d-graphics.html">2D Graphics: Drawables</a> for
135- information on using Drawable objects like images from your resources and other primitive shapes.</p>
133+ <p>For information about extending the {@link android.view.View} class, read
134+ <a href="{@docRoot}guide/topics/ui/custom-components.html">Building Custom Components</a>.</p>
136135
137136<p>For a sample application, see the Snake game, in the SDK samples folder:
138137<code><your-sdk-directory>/samples/Snake/</code>.</p>
@@ -188,7 +187,7 @@ browse the source in the <a href="{@docRoot}guide/samples/index.html">Sample Cod
188187
189188<p>This document discusses the basics of using Drawable objects to draw graphics and how to use a
190189couple subclasses of the Drawable class. For information on using Drawables to do frame-by-frame
191- animation, see <a href="{@docRoot}guide/topics/animation /drawable-animation.html">Drawable
190+ animation, see <a href="{@docRoot}guide/topics/graphics /drawable-animation.html">Drawable
192191Animation</a>.</p>
193192
194193<p>A {@link android.graphics.drawable.Drawable} is a general abstraction for "something that can be
You can’t perform that action at this time.
0 commit comments