Android APIs
public static final class

R.bool

extends Object
java.lang.Object
   ↳ android.support.v7.mediarouter.R.bool

Summary

Fields
public static int abc_action_bar_embed_tabs
public static int abc_action_bar_embed_tabs_pre_jb
public static int abc_action_bar_expanded_action_views_exclusive
public static int abc_config_actionMenuItemAllCaps Whether action menu items should be displayed in ALLCAPS or not.
public static int abc_config_allowActionMenuItemTextWithIcon Whether action menu items should obey the "withText" showAsAction flag.
public static int abc_config_closeDialogWhenTouchOutside
public static int abc_config_showMenuShortcutsWhenKeyboardPresent
Public Constructors
R.bool()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static int abc_action_bar_embed_tabs

public static int abc_action_bar_embed_tabs_pre_jb

public static int abc_action_bar_expanded_action_views_exclusive

public static int abc_config_actionMenuItemAllCaps

Whether action menu items should be displayed in ALLCAPS or not. Defaults to true. If this is not appropriate for specific locales it should be disabled in that locale's resources.

public static int abc_config_allowActionMenuItemTextWithIcon

Whether action menu items should obey the "withText" showAsAction flag. This may be set to false for situations where space is extremely limited. Whether action menu items should obey the "withText" showAsAction. This may be set to false for situations where space is extremely limited.

public static int abc_config_closeDialogWhenTouchOutside

public static int abc_config_showMenuShortcutsWhenKeyboardPresent

Public Constructors

public R.bool ()