public
static
final
class
R.integer
extends Object
java.lang.Object | |
↳ | android.support.v7.appcompat.R.integer |
Fields | |
---|---|
public
static
int |
abc_config_activityDefaultDur
|
public
static
int |
abc_config_activityShortDur
The duration (in milliseconds) of the activity open/close and fragment open/close animations. |
public
static
int |
cancel_button_image_alpha
|
public
static
int |
status_bar_notification_info_maxnum
Maximum numerical value that will be shown in a status bar notification icon or in the notification itself. |
Public constructors | |
---|---|
R.integer()
|
Inherited methods | |
---|---|
From
class
java.lang.Object
|
int abc_config_activityDefaultDur
int abc_config_activityShortDur
The duration (in milliseconds) of the activity open/close and fragment open/close animations.
int cancel_button_image_alpha
int status_bar_notification_info_maxnum
Maximum numerical value that will be shown in a status bar notification icon or in the notification itself. Will be replaced with @string/status_bar_notification_info_overflow when shown in the UI.
R.integer ()