Android.App.ActionBar.ThemedContext Property
Returns a Android.Content.Context with an appropriate theme for creating views that will appear in the action bar.

Syntax

[get: Android.Runtime.Register("getThemedContext", "()Landroid/content/Context;", "GetGetThemedContextHandler")]
public virtual Android.Content.Context ThemedContext { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns a Android.Content.Context with an appropriate theme for creating views that will appear in the action bar. If you are inflating or instantiating custom views that will appear in an action bar, you should use the Context returned by this method. (This includes adapters used for list navigation mode.) This will ensure that views contrast properly against the action bar.

[Android Documentation]

Requirements

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