Keyboard.CreateRowFromXml(Resources, XmlReader) Method

Definition

[Android.Runtime.Register("createRowFromXml", "(Landroid/content/res/Resources;Landroid/content/res/XmlResourceParser;)Landroid/inputmethodservice/Keyboard$Row;", "GetCreateRowFromXml_Landroid_content_res_Resources_Landroid_content_res_XmlResourceParser_Handler")]
protected virtual Android.InputMethodServices.Keyboard.Row? CreateRowFromXml (Android.Content.Res.Resources? res, System.Xml.XmlReader? parser);
[<Android.Runtime.Register("createRowFromXml", "(Landroid/content/res/Resources;Landroid/content/res/XmlResourceParser;)Landroid/inputmethodservice/Keyboard$Row;", "GetCreateRowFromXml_Landroid_content_res_Resources_Landroid_content_res_XmlResourceParser_Handler")>]
abstract member CreateRowFromXml : Android.Content.Res.Resources * System.Xml.XmlReader -> Android.InputMethodServices.Keyboard.Row
override this.CreateRowFromXml : Android.Content.Res.Resources * System.Xml.XmlReader -> Android.InputMethodServices.Keyboard.Row

Parameters

res
Resources
parser
XmlReader

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to