ActivityManager.LauncherLargeIconSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.