Android.Views.IViewParent.RecomputeViewAttributes Method
Tell view hierarchy that the global view attributes need to be re-evaluated.

Syntax

[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 (View child)

Parameters

child
View whose attributes have changed.

Remarks

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

[Android Documentation]

Requirements

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