Android.App.ActionBar.SetDisplayUseLogoEnabled Method
Set whether to display the activity logo rather than the activity icon.

Syntax

[Android.Runtime.Register("setDisplayUseLogoEnabled", "(Z)V", "GetSetDisplayUseLogoEnabled_ZHandler")]
public abstract void SetDisplayUseLogoEnabled (bool useLogo)

See Also

ActionBar.DisplayOptions
ActionBar.SetDisplayOptions(ActionBarDisplayOptions, Android.App.ActionBarDisplayOptions)

Parameters

useLogo
true to use the activity logo, false to use the activity icon.

Remarks

Set whether to display the activity logo rather than the activity icon. A logo is often a wider, more detailed image.

To set several display options at once, see the setDisplayOptions methods.

[Android Documentation]

Requirements

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