Merge "Update the Drawable.inflate() documentation" into nyc-dev

This commit is contained in:
Tenghui Zhu
2016-03-28 16:30:56 +00:00
committed by Android (Google) Code Review

View File

@@ -1198,6 +1198,8 @@ public abstract class Drawable {
/**
* Inflate this Drawable from an XML resource optionally styled by a theme.
* This can't be called more than once for each Drawable. Note that framework may have called
* this once to create the Drawable instance from XML resource.
*
* @param r Resources used to resolve attribute values
* @param parser XML parser from which to inflate this Drawable