Android.Views.ContextThemeWrapper.ApplyOverrideConfiguration Method
Call to set an "override configuration" on this context -- this is a configuration that replies one or more values of the standard configuration that is applied to the context.

Syntax

[Android.Runtime.Register("applyOverrideConfiguration", "(Landroid/content/res/Configuration;)V", "GetApplyOverrideConfiguration_Landroid_content_res_Configuration_Handler")]
public virtual void ApplyOverrideConfiguration (Android.Content.Res.Configuration overrideConfiguration)

Parameters

overrideConfiguration
Documentation for this section has not yet been entered.

Remarks

Call to set an "override configuration" on this context -- this is a configuration that replies one or more values of the standard configuration that is applied to the context. See Android.Content.Context.CreateConfigurationContext(Android.Content.Res.Configuration) for more information.

This method can only be called once, and must be called before any calls to ContextThemeWrapper.getResources() are made.

[Android Documentation]

Requirements

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