Android.Graphics.Drawables.Drawable.Inflate Method
Inflate this Drawable from an XML resource.

Syntax

[Android.Runtime.Register("inflate", "(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;)V", "GetInflate_Landroid_content_res_Resources_Lorg_xmlpull_v1_XmlPullParser_Landroid_util_AttributeSet_Handler")]
public virtual void Inflate (Android.Content.Res.Resources r, System.Xml.XmlReader parser, Android.Util.IAttributeSet attrs)

See Also

Drawable.Inflate(Android.Content.Res.Resources, System.Xml.XmlReader, System.Xml.XmlReader, System.Xml.XmlReader)

Parameters

r
Documentation for this section has not yet been entered.
parser
Documentation for this section has not yet been entered.
attrs
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.XmlPull.V1.XmlPullParserException
Java.IO.IOException

Remarks

Inflate this Drawable from an XML resource. Does not apply a theme.

[Android Documentation]

Requirements

Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1