dimen
class dimen
kotlin.Any | |
↳ | android.R.dimen |
Summary
Constants | |
---|---|
static Int |
The standard size (both width and height) of an application icon that will be displayed in the app launcher and elsewhere. |
static Int |
The platform's desired minimum size for a dialog's width when it is along the major axis (that is the screen is landscape). |
static Int |
The platform's desired minimum size for a dialog's width when it is along the minor axis (that is the screen is portrait). |
static Int |
The width of the big icons in notifications. |
static Int |
The width of the big icons in notifications. |
static Int |
System-provided radius for the background view of app widgets. |
static Int |
System-provided radius for inner views on app widgets. |
static Int |
The height that is used when creating thumbnails of applications. |
static Int |
The width that is used when creating thumbnails of applications. |
Public constructors | |
---|---|
dimen() |
Constants
app_icon_size
static val app_icon_size: Int
The standard size (both width and height) of an application icon that will be displayed in the app launcher and elsewhere.
Value: 17104896
dialog_min_width_major
static val dialog_min_width_major: Int
The platform's desired minimum size for a dialog's width when it is along the major axis (that is the screen is landscape). This may be either a fraction or a dimension.
Value: 17104899
dialog_min_width_minor
static val dialog_min_width_minor: Int
The platform's desired minimum size for a dialog's width when it is along the minor axis (that is the screen is portrait). This may be either a fraction or a dimension.
Value: 17104900
notification_large_icon_height
static val notification_large_icon_height: Int
The width of the big icons in notifications.
Value: 17104902
notification_large_icon_width
static val notification_large_icon_width: Int
The width of the big icons in notifications.
Value: 17104901
system_app_widget_background_radius
static val system_app_widget_background_radius: Int
System-provided radius for the background view of app widgets. The resolved value of this resource may change at runtime.
Value: 17104904
system_app_widget_inner_radius
static val system_app_widget_inner_radius: Int
System-provided radius for inner views on app widgets. The resolved value of this resource may change at runtime.
Value: 17104905
thumbnail_height
static val thumbnail_height: Int
The height that is used when creating thumbnails of applications. The height that is used when creating thumbnails of applications. The height that is used when creating thumbnails of applications.
Value: 17104897
thumbnail_width
static val thumbnail_width: Int
The width that is used when creating thumbnails of applications. The width that is used when creating thumbnails of applications. The width that is used when creating thumbnails of applications.
Value: 17104898
Public constructors
dimen
dimen()