Most visited

Recently visited

Added in API level 1

R.dimen

public static final class R.dimen
extends Object

java.lang.Object
   ↳ android.R.dimen


Summary

Constants

int app_icon_size

应用程序图标的标准大小(宽度和高度)将显示在应用程序启动器和其他地方。

int dialog_min_width_major

当平台沿着长轴(即屏幕为横向)时,平台期望的对话宽度的最小尺寸。

int dialog_min_width_minor

对话框的宽度沿着短轴(即屏幕是纵向)时,平台期望的最小尺寸。

int notification_large_icon_height

通知中的大图标的宽度。

int notification_large_icon_width

通知中的大图标的宽度。

int thumbnail_height

创建应用程序缩略图时使用的高度。

int thumbnail_width

创建应用程序缩略图时使用的宽度。

Public constructors

R.dimen()

Inherited methods

From class java.lang.Object

Constants

app_icon_size

Added in API level 1
int app_icon_size

应用程序图标的标准大小(宽度和高度)将显示在应用程序启动器和其他地方。

常量值:17104896(0x01050000)

dialog_min_width_major

Added in API level 11
int dialog_min_width_major

当平台沿着长轴(即屏幕为横向)时,平台期望的对话宽度的最小尺寸。 这可能是一个分数或一个维度。

常量值:17104899(0x01050003)

dialog_min_width_minor

Added in API level 11
int dialog_min_width_minor

对话框的宽度沿着短轴(即屏幕是纵向)时,平台期望的最小尺寸。 这可能是一个分数或一个维度。

常量值:17104900(0x01050004)

notification_large_icon_height

Added in API level 11
int notification_large_icon_height

通知中的大图标的宽度。

常量值:17104902(0x01050006)

notification_large_icon_width

Added in API level 11
int notification_large_icon_width

通知中的大图标的宽度。

常量值:17104901(0x01050005)

thumbnail_height

Added in API level 1
int thumbnail_height

创建应用程序缩略图时使用的高度。 创建应用程序缩略图时使用的高度。 创建应用程序缩略图时使用的高度。

常量值:17104897(0x01050001)

thumbnail_width

Added in API level 1
int thumbnail_width

创建应用程序缩略图时使用的宽度。 创建应用程序缩略图时使用的宽度。 创建应用程序缩略图时使用的宽度。

常量值:17104898(0x01050002)

Public constructors

R.dimen

Added in API level 1
R.dimen ()

Hooray!