Android APIs
public static final class

R.integer

extends Object
java.lang.Object
   ↳ android.support.v14.preference.R.integer

Summary

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 abc_max_action_buttons The maximum number of action buttons that should be permitted within an action bar/action mode.
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()
[Expand]
Inherited Methods
From class java.lang.Object

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 abc_max_action_buttons

The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this.

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. Will be replaced with @string/status_bar_notification_info_overflow when shown in the UI.

Public Constructors

public R.integer ()