IViewParent.RecomputeViewAttributes(View) Method

Definition

Tell view hierarchy that the global view attributes need to be re-evaluated.

[Android.Runtime.Register("recomputeViewAttributes", "(Landroid/view/View;)V", "GetRecomputeViewAttributes_Landroid_view_View_Handler:Android.Views.IViewParentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void RecomputeViewAttributes (Android.Views.View? child);
[<Android.Runtime.Register("recomputeViewAttributes", "(Landroid/view/View;)V", "GetRecomputeViewAttributes_Landroid_view_View_Handler:Android.Views.IViewParentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member RecomputeViewAttributes : Android.Views.View -> unit

Parameters

child
View

View whose attributes have changed.

Attributes

Remarks

Tell view hierarchy that the global view attributes need to be re-evaluated.

Java documentation for android.view.ViewParent.recomputeViewAttributes(android.view.View).

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