summaryrefslogtreecommitdiffstats
path: root/graphics/java
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-01-07 14:38:23 -0800
committerScott Main <smain@google.com>2011-01-26 14:58:19 -0800
commitf4f05b8f24183b9e0d6959fe8b71fb88543edd9b (patch)
treeeec484b96bc634afa3e31f6a44891c534c9c5832 /graphics/java
parent7b4ba9d80d2cdde310c29d01d0e22c7815d84261 (diff)
downloadframeworks_base-f4f05b8f24183b9e0d6959fe8b71fb88543edd9b.zip
frameworks_base-f4f05b8f24183b9e0d6959fe8b71fb88543edd9b.tar.gz
frameworks_base-f4f05b8f24183b9e0d6959fe8b71fb88543edd9b.tar.bz2
Update package descriptions with editorial revisions.
Notably, this removes exessive info about resources from the content package, because it's not a good location and the info is avilable in the dev guide, but also added some of the info to the Resources class description. Change-Id: Ie78af26c9cec66314deb98e53078f48e16c08e70
Diffstat (limited to 'graphics/java')
-rw-r--r--graphics/java/android/graphics/drawable/package.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/java/android/graphics/drawable/package.html b/graphics/java/android/graphics/drawable/package.html
index da49df7..60b7a2c 100644
--- a/graphics/java/android/graphics/drawable/package.html
+++ b/graphics/java/android/graphics/drawable/package.html
@@ -1,9 +1,10 @@
<HTML>
<BODY>
-Provides classes to manage a variety of visual elements that are intended for
+<p>Provides classes to manage a variety of visual elements that are intended for
display only, such as bitmaps and gradients. These elements are often used
by widgets as background images or simply as indicators (for example, a volume
-level indicator). You can create most of these in XML as described in <a
-href="{@docRoot}guide/topics/resources/available-resources.html">Availeble Resource Types</a>.
+level indicator).</p>
+<p>You can create most of these drawables using XML, as described in <a
+href="{@docRoot}guide/topics/resources/drawable-resource.html">Drawable Resources</a>.</p>
</BODY>
</HTML>