Android.Graphics.Drawables.ShapeDrawable.InflateTag Method
Subclasses override this to parse custom subelements.

Syntax

[Android.Runtime.Register("inflateTag", "(Ljava/lang/String;Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;)Z", "GetInflateTag_Ljava_lang_String_Landroid_content_res_Resources_Lorg_xmlpull_v1_XmlPullParser_Landroid_util_AttributeSet_Handler")]
protected virtual bool InflateTag (string name, Android.Content.Res.Resources r, System.Xml.XmlReader parser, Android.Util.IAttributeSet attrs)

Parameters

name
Documentation for this section has not yet been entered.
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.

Returns

Documentation for this section has not yet been entered.

Remarks

Subclasses override this to parse custom subelements. If you handle it, return true, else return super.inflateTag(...).

[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