diff options
author | Scott Main <smain@google.com> | 2011-09-13 16:40:52 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-09-14 11:30:05 -0700 |
commit | b10b48f62d3cac684424e4181d4e8ec61f227e95 (patch) | |
tree | e17133afb39aaa7dcdd2fffb878e6da618b4da27 /docs/html/guide/topics/graphics | |
parent | cb18db8e7e43c4aa15aeb82dbab41ee3ee95f0b4 (diff) | |
download | frameworks_base-b10b48f62d3cac684424e4181d4e8ec61f227e95.zip frameworks_base-b10b48f62d3cac684424e4181d4e8ec61f227e95.tar.gz frameworks_base-b10b48f62d3cac684424e4181d4e8ec61f227e95.tar.bz2 |
docs: remove gerunds from UI dev guides and resolve linkbacks
Change-Id: Idc8b017aa202dd2dc6240eb348a7a89a6369ff55
Diffstat (limited to 'docs/html/guide/topics/graphics')
-rw-r--r-- | docs/html/guide/topics/graphics/index.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/graphics/index.jd b/docs/html/guide/topics/graphics/index.jd index 2490e39..f0a923a 100644 --- a/docs/html/guide/topics/graphics/index.jd +++ b/docs/html/guide/topics/graphics/index.jd @@ -150,7 +150,7 @@ 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> +<p>Also read <a href="{@docRoot}guide/topics/ui/custom-components.html">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> |