Modifier and Type | Field and Description |
---|---|
static int[] |
LevelUpCodeTheme
Attributes that can be used with a LevelUpCodeTheme.
|
static int |
LevelUpCodeTheme_levelup_code_view_style
This symbol is the offset where the
R.attr.levelup_code_view_style
attribute's value can be found in the LevelUpCodeTheme array. |
static int[] |
LevelUpCodeView
Attributes that can be used with a LevelUpCodeView.
|
static int |
LevelUpCodeView_colorize
This symbol is the offset where the
R.attr.colorize
attribute's value can be found in the LevelUpCodeView array. |
static int |
LevelUpCodeView_fade_colors
This symbol is the offset where the
R.attr.fade_colors
attribute's value can be found in the LevelUpCodeView array. |
Constructor and Description |
---|
styleable() |
public static final int[] LevelUpCodeTheme
Includes the following attributes:
Attribute | Description |
---|---|
|
LevelUpCodeTheme_levelup_code_view_style
public static int LevelUpCodeTheme_levelup_code_view_style
This symbol is the offset where the R.attr.levelup_code_view_style
attribute's value can be found in the LevelUpCodeTheme
array.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static final int[] LevelUpCodeView
Includes the following attributes:
Attribute | Description |
---|---|
| |
|
public static int LevelUpCodeView_colorize
This symbol is the offset where the R.attr.colorize
attribute's value can be found in the LevelUpCodeView
array.
Must be a boolean value, either "true
" or "false
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int LevelUpCodeView_fade_colors
This symbol is the offset where the R.attr.fade_colors
attribute's value can be found in the LevelUpCodeView
array.
Must be a boolean value, either "true
" or "false
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.