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
11 lines
450 B
HTML
11 lines
450 B
HTML
<HTML>
|
|
<BODY>
|
|
<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).</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>
|