Android.App.ActionBar.SetLogo Method
Set the logo to display in the 'home' section of the action bar.

Syntax

[Android.Runtime.Register("setLogo", "(I)V", "GetSetLogo_IHandler")]
public abstract void SetLogo (int resId)

See Also

ActionBar.SetDisplayUseLogoEnabled(bool)
ActionBar.SetDisplayShowHomeEnabled(bool)

Parameters

resId
Resource ID of a drawable to show as a logo.

Remarks

Set the logo to display in the 'home' section of the action bar. The action bar will use a logo specified by its style or the activity logo by default. Whether the home section shows an icon or logo is controlled by the display option ActionBar.DISPLAY_USE_LOGO.

[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