CornerFamily
public
abstract
@interface
CornerFamily
implements
Annotation
com.google.android.material.shape.CornerFamily |
CornerFamily enum that holds which family to be used to create a CornerTreatment
The corner family determines which family to use to create a CornerTreatment
. Setting
the CornerFamily to ROUNDED
sets the corner treatment to RoundedCornerTreatment
, and setting the CornerFamily to CUT
sets the corner
treatment to a CutCornerTreatment
.
Summary
Constants | |
---|---|
int |
CUT
Corresponds to a |
int |
ROUNDED
Corresponds to a |
Inherited methods | |
---|---|
Constants
ROUNDED
public static final int ROUNDED
Corresponds to a RoundedCornerTreatment
.
Constant Value: 0 (0x00000000)