{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

ShapeDefaults

public static class ShapeDefaults


Contains the default values used by Shapes

Summary

Public fields

static @NonNull ShapeDefaults

Public methods

final @NonNull CornerBasedShape

Extra large sized corner shape

final @NonNull CornerBasedShape

Extra small sized corner shape

final @NonNull CornerBasedShape

Large sized corner shape

final @NonNull CornerBasedShape

Medium sized corner shape

final @NonNull CornerBasedShape

Small sized corner shape

Public fields

INSTANCE

public static @NonNull ShapeDefaults INSTANCE

Public methods

getExtraLarge

public final @NonNull CornerBasedShape getExtraLarge()

Extra large sized corner shape

getExtraSmall

public final @NonNull CornerBasedShape getExtraSmall()

Extra small sized corner shape

getLarge

public final @NonNull CornerBasedShape getLarge()

Large sized corner shape

getMedium

public final @NonNull CornerBasedShape getMedium()

Medium sized corner shape

getSmall

public final @NonNull CornerBasedShape getSmall()

Small sized corner shape