summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/graphics
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-12-07 11:17:00 -0800
committerScott Main <smain@google.com>2010-12-14 17:34:00 -0800
commit369c1c1fa22802b6504c5cde533d797841700a66 (patch)
tree6abb2516c45e5b536d80d311848add4a5e188ddc /docs/html/guide/topics/graphics
parent090a3dc33fbb0d450dd5823fd2756360e4acdd12 (diff)
downloadframeworks_base-369c1c1fa22802b6504c5cde533d797841700a66.zip
frameworks_base-369c1c1fa22802b6504c5cde533d797841700a66.tar.gz
frameworks_base-369c1c1fa22802b6504c5cde533d797841700a66.tar.bz2
cherrypick Change-Id: I52bc4e2d34015e6e30887590f920b580a034180e
docs: anchor link fixes Change-Id: I41175d61bb4ee2b0e087515e609e5ebfb19b1ea1
Diffstat (limited to 'docs/html/guide/topics/graphics')
-rw-r--r--docs/html/guide/topics/graphics/index.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/graphics/index.jd b/docs/html/guide/topics/graphics/index.jd
index 92771a8..be1b0fc 100644
--- a/docs/html/guide/topics/graphics/index.jd
+++ b/docs/html/guide/topics/graphics/index.jd
@@ -31,8 +31,8 @@ for an interactive game or 3D rendering.</p>
and which tasks they're best suited for.</p>
<p>If you're specifically looking for information on drawing 3D graphics, this page won't
-help a lot. However, the information below, on <a href="#drawing-with-canvas">Drawing with a Canvas</a>
-(and the section on SurfaceView),
+help a lot. However, the information below about how to <a href="#draw-with-canvas">Draw with a
+Canvas</a> (and the section on SurfaceView),
will give you a quick idea of how you should draw to the View hierarchy. For more information
on Android's 3D graphic utilities (provided by the OpenGL ES API),
read <a href="opengl.html">3D with OpenGL</a> and refer to other OpenGL documentation.</p>