Annotation Interface Theme.Code.Style
- Enclosing class:
- Theme.Code
Interface to hold the theme code style constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDefault value for the code corners.static final intDefault value for the code style.static final intConstant value for theovalstyle.static final intConstant value for theroundedstyle.static final intConstant value for thesquarestyle.
-
Field Details
-
SQUARE
static final int SQUAREConstant value for thesquarestyle.- See Also:
-
ROUND
static final int ROUNDConstant value for theroundedstyle.- See Also:
-
OVAL
static final int OVALConstant value for theovalstyle.- 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:
-