Android.Views.Window.SetLogo Method
Set the logo for this window.

Syntax

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

Parameters

resId
resource ID of a drawable to set

Remarks

Set the logo for this window. A logo is often shown in place of an Window.SetIcon(int) but is generally wider and communicates window title information as well.

[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