summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/graphics/2d-graphics.jd
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2011-01-05 00:34:26 -0800
committerRobert Ly <robertly@google.com>2011-01-07 18:56:10 -0800
commit293b850da6780184e6014e661841f1f3051b0af2 (patch)
tree0f6fed9c6885a6bc06f2651ca35c7eecc5f331db /docs/html/guide/topics/graphics/2d-graphics.jd
parentc74a69a89a0f65bca87520928a714ed20c45873d (diff)
downloadframeworks_base-293b850da6780184e6014e661841f1f3051b0af2.zip
frameworks_base-293b850da6780184e6014e661841f1f3051b0af2.tar.gz
frameworks_base-293b850da6780184e6014e661841f1f3051b0af2.tar.bz2
Doc change: fixing links set 2
Change-Id: I8752cc7c732812a5f11f8b5f5ac83c3a87305f22
Diffstat (limited to 'docs/html/guide/topics/graphics/2d-graphics.jd')
-rw-r--r--docs/html/guide/topics/graphics/2d-graphics.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/graphics/2d-graphics.jd b/docs/html/guide/topics/graphics/2d-graphics.jd
index 5759be5..05f4023 100644
--- a/docs/html/guide/topics/graphics/2d-graphics.jd
+++ b/docs/html/guide/topics/graphics/2d-graphics.jd
@@ -61,7 +61,7 @@ extension (E.g., <code>my_image.png</code> is referenced as <var>my_image</var>)
<p class="note"><strong>Note:</strong> Image resources placed in <code>res/drawable/</code> may be
automatically optimized with lossless image compression by the
-<a href="{@docRoot}guide/developing/tools/aapt.html">aapt</a> tool. For example, a true-color PNG that does
+<code>aapt</code> tool during the build process. For example, a true-color PNG that does
not require more than 256 colors may be converted to an 8-bit PNG with a color palette. This
will result in an image of equal quality but which requires less memory. So be aware that the
image binaries placed in this directory can change during the build. If you plan on reading