public
static
final
class
R.bool
extends Object
java.lang.Object | |
↳ | android.support.v7.appcompat.R.bool |
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
|
int abc_action_bar_embed_tabs
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.
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.
int abc_config_closeDialogWhenTouchOutside
int abc_config_showMenuShortcutsWhenKeyboardPresent
R.bool ()