Most visited

Recently visited

R.integer

public static final class R.integer
extends Object

java.lang.Object
   ↳ android.support.v7.appcompat.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 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

Fields

abc_config_activityDefaultDur

int abc_config_activityDefaultDur

abc_config_activityShortDur

int abc_config_activityShortDur

The duration (in milliseconds) of the activity open/close and fragment open/close animations.

cancel_button_image_alpha

int cancel_button_image_alpha

status_bar_notification_info_maxnum

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

R.integer

R.integer ()

Hooray!