public static final class

R.dimen

extends Object
java.lang.Object
   ↳ android.R.dimen

Summary

Constants
int app_icon_size The standard size (both width and height) of an application icon that will be displayed in the app launcher and elsewhere.
int thumbnail_height The height that is used when creating thumbnails of applications.
int thumbnail_width The width that is used when creating thumbnails of applications.
Public Constructors
R.dimen()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int app_icon_size

The standard size (both width and height) of an application icon that will be displayed in the app launcher and elsewhere.

Constant Value: 17104896 (0x01050000)

public static final int thumbnail_height

The height that is used when creating thumbnails of applications.

Constant Value: 17104897 (0x01050001)

public static final int thumbnail_width

The width that is used when creating thumbnails of applications.

Constant Value: 17104898 (0x01050002)

Public Constructors

public R.dimen ()