Annotation Interface Theme.Code.Style
- Enclosing class:
- Theme.Code
Interface to hold the theme code style constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Default value for the code corners.static final int
Default value for the code style.static final int
Constant value for theoval
style.static final int
Constant value for therounded
style.static final int
Constant value for thesquare
style.
-
Field Details
-
SQUARE
static final int SQUAREConstant value for thesquare
style.- See Also:
-
ROUND
static final int ROUNDConstant value for therounded
style.- See Also:
-
OVAL
static final int OVALConstant value for theoval
style.- See Also:
-
DEFAULT
static final int DEFAULTDefault value for the code style.- See Also:
-
CORNER
static final int CORNERDefault value for the code corners.- See Also:
-