public final class UIButtonConfigurationCornerStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Capsule
Ignore the corner radius provided by the background style and always set the corner radius to generate a capsule.
|
static long |
Dynamic
The corner radius provided by the background style is adjusted based on dynamic type
|
static long |
Fixed
The corner radius provided by the background style will be used as is, without adjusting for dynamic type
|
static long |
Large
Ignore the corner radius provided by the background style and substitute a large system defined corner radius.
|
static long |
Medium
Ignore the corner radius provided by the background style and substitute a medium system defined corner radius.
|
static long |
Small
Ignore the corner radius provided by the background style and substitute a small system defined corner radius.
|
public static final long Fixed
public static final long Dynamic
public static final long Small
public static final long Medium
public static final long Large
public static final long Capsule