android
public
static
final
class
android.R.dimen
Summary
Constants
|
|
|
Value |
|
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. |
17104896 |
0x01050000 |
int |
thumbnail_height |
The height that is used when creating thumbnails of applications. |
17104897 |
0x01050001 |
int |
thumbnail_width |
The width that is used when creating thumbnails of applications. |
17104898 |
0x01050002 |
Public Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
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