View.OnFinishInflate Method

Definition

Finalize inflating a view from XML.

[Android.Runtime.Register("onFinishInflate", "()V", "GetOnFinishInflateHandler")]
protected virtual void OnFinishInflate ();
[<Android.Runtime.Register("onFinishInflate", "()V", "GetOnFinishInflateHandler")>]
abstract member OnFinishInflate : unit -> unit
override this.OnFinishInflate : unit -> unit
Attributes

Remarks

Finalize inflating a view from XML. This is called as the last phase of inflation, after all child views have been added.

Even if the subclass overrides onFinishInflate, they should always be sure to call the super method, so that we get called.

Java documentation for android.view.View.onFinishInflate().

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