ActivityManager.LauncherLargeIconSize Property

Definition

Get the preferred launcher icon size.

public virtual int LauncherLargeIconSize { [Android.Runtime.Register("getLauncherLargeIconSize", "()I", "GetGetLauncherLargeIconSizeHandler")] get; }
[<get: Android.Runtime.Register("getLauncherLargeIconSize", "()I", "GetGetLauncherLargeIconSizeHandler")>]
member this.LauncherLargeIconSize : int

Property Value

dimensions of square icons in terms of pixels

Attributes

Remarks

Get the preferred launcher icon size. This is used when custom drawables are created (e.g., for shortcuts).

Java documentation for android.app.ActivityManager.getLauncherLargeIconSize().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to