org.hdtourist
Class R.bool

java.lang.Object
  extended by org.hdtourist.R.bool
Enclosing class:
R

public static final class R.bool
extends java.lang.Object


Field Summary
static int abc_action_bar_embed_tabs_pre_jb
           
static int abc_action_bar_expanded_action_views_exclusive
           
static int abc_config_actionMenuItemAllCaps
          Whether action menu items should be displayed in ALLCAPS or not.
static int abc_config_allowActionMenuItemTextWithIcon
          Whether action menu items should obey the "withText" showAsAction flag.
static int abc_config_showMenuShortcutsWhenKeyboardPresent
           
static int abc_split_action_bar_is_narrow
           
 
Constructor Summary
R.bool()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

abc_action_bar_embed_tabs_pre_jb

public static final int abc_action_bar_embed_tabs_pre_jb
See Also:
Constant Field Values

abc_action_bar_expanded_action_views_exclusive

public static final int abc_action_bar_expanded_action_views_exclusive
See Also:
Constant Field Values

abc_config_actionMenuItemAllCaps

public static final 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.

See Also:
Constant Field Values

abc_config_allowActionMenuItemTextWithIcon

public static final 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.

See Also:
Constant Field Values

abc_config_showMenuShortcutsWhenKeyboardPresent

public static final int abc_config_showMenuShortcutsWhenKeyboardPresent
See Also:
Constant Field Values

abc_split_action_bar_is_narrow

public static final int abc_split_action_bar_is_narrow
See Also:
Constant Field Values
Constructor Detail

R.bool

public R.bool()