diff options
Diffstat (limited to 'graphics/java/android')
-rw-r--r-- | graphics/java/android/graphics/drawable/package.html | 7 |
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> |