docs: lots of additions to the resources docs
new drawable resources add <merge> and <include> to layout resource update drawable class descriptioons to point to resources guide add ID resource type Change-Id: I733eec50bb2671f28c9e6dd7dec14eb6586f5193
This commit is contained in:
@@ -40,7 +40,9 @@ import java.io.IOException;
|
||||
* A Drawable that wraps a bitmap and can be tiled, stretched, or aligned. You can create a
|
||||
* BitmapDrawable from a file path, an input stream, through XML inflation, or from
|
||||
* a {@link android.graphics.Bitmap} object.
|
||||
* <p>It can be defined in an XML file with the <code><bitmap></code> element.</p>
|
||||
* <p>It can be defined in an XML file with the <code><bitmap></code> element. For more
|
||||
* information, see the guide to <a
|
||||
* href="{@docRoot}guide/topics/resources/drawable-resource.html">Drawable Resources</a>.</p>
|
||||
* <p>
|
||||
* Also see the {@link android.graphics.Bitmap} class, which handles the management and
|
||||
* transformation of raw bitmap graphics, and should be used when drawing to a
|
||||
|
||||
Reference in New Issue
Block a user