Most visited

Recently visited

R.bool

public static final class R.bool
extends Object

java.lang.Object
   ↳ android.support.v7.appcompat.R.bool


Summary

Fields

public static int abc_action_bar_embed_tabs

public static int abc_allow_stacked_button_bar

Whether to allow vertically stacked button bars.

public static int abc_config_actionMenuItemAllCaps

Whether action menu items should be displayed in ALLCAPS or not.

public static int abc_config_closeDialogWhenTouchOutside

public static int abc_config_showMenuShortcutsWhenKeyboardPresent

Public constructors

R.bool()

Inherited methods

From class java.lang.Object

Fields

abc_action_bar_embed_tabs

int abc_action_bar_embed_tabs

abc_allow_stacked_button_bar

int abc_allow_stacked_button_bar

Whether to allow vertically stacked button bars. This is enabled for all < v13 devices. Whether to allow vertically stacked button bars. This is disabled for configurations with a small (e.g. less than 320dp) screen height.

abc_config_actionMenuItemAllCaps

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.

abc_config_closeDialogWhenTouchOutside

int abc_config_closeDialogWhenTouchOutside

abc_config_showMenuShortcutsWhenKeyboardPresent

int abc_config_showMenuShortcutsWhenKeyboardPresent

Public constructors

R.bool

R.bool ()

Hooray!