diff options
Diffstat (limited to 'docs/html/guide/topics/resources/drawable-resource.jd')
-rw-r--r-- | docs/html/guide/topics/resources/drawable-resource.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/resources/drawable-resource.jd b/docs/html/guide/topics/resources/drawable-resource.jd index d9f619f..cee8fc3 100644 --- a/docs/html/guide/topics/resources/drawable-resource.jd +++ b/docs/html/guide/topics/resources/drawable-resource.jd @@ -74,7 +74,7 @@ android:drawable="@color/green"}).</p> alias resource ID in XML.</p> <p class="note"><strong>Note:</strong> Bitmap files may be automatically optimized with lossless -image compression by the <a href="{@docRoot}guide/developing/tools/aapt.html">aapt</a> tool. For +image compression by the <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 |