diff options
| author | 2011-12-06 17:17:00 -0800 | |
|---|---|---|
| committer | 2011-12-06 17:17:00 -0800 | |
| commit | 5396ca5d7dc6e389c70a602b7dcabde0fc789471 (patch) | |
| tree | 71b48652153d07043cee702d0c4265de4dd95688 | |
| parent | e3524d33c6f0296f38d53ec05397698a74fd755a (diff) | |
| parent | 0f668951d78ad8c45af54a6c06d3c560eed29108 (diff) | |
am 0f668951: am 0a83e9d4: am b6322a5b: docs: fix broken links bug: 5542371
* commit '0f668951d78ad8c45af54a6c06d3c560eed29108':
docs: fix broken links bug: 5542371
| -rw-r--r-- | docs/html/guide/topics/graphics/2d-graphics.jd | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/html/guide/topics/graphics/2d-graphics.jd b/docs/html/guide/topics/graphics/2d-graphics.jd index 5abffb39cee8..5cf1a59b2232 100644 --- a/docs/html/guide/topics/graphics/2d-graphics.jd +++ b/docs/html/guide/topics/graphics/2d-graphics.jd @@ -130,9 +130,8 @@ use your Canvas to draw a Bitmap handled by the system.</p> <p class="note"><strong>Note: </strong> In order to request an invalidate from a thread other than your main Activity's thread, you must call <code>{@link android.view.View#postInvalidate()}</code>.</p> -<p>Also read <a href="{@docRoot}guide/topics/ui/custom-components.html">Building Custom Components</a> -for a guide to extending a View class, and <a href="2d-graphics.html">2D Graphics: Drawables</a> for -information on using Drawable objects like images from your resources and other primitive shapes.</p> +<p>For information about extending the {@link android.view.View} class, read +<a href="{@docRoot}guide/topics/ui/custom-components.html">Building Custom Components</a>.</p> <p>For a sample application, see the Snake game, in the SDK samples folder: <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 <p>This document discusses the basics of using Drawable objects to draw graphics and how to use a couple subclasses of the Drawable class. For information on using Drawables to do frame-by-frame -animation, see <a href="{@docRoot}guide/topics/animation/drawable-animation.html">Drawable +animation, see <a href="{@docRoot}guide/topics/graphics/drawable-animation.html">Drawable Animation</a>.</p> <p>A {@link android.graphics.drawable.Drawable} is a general abstraction for "something that can be |