Start native apps faster with the Composables CLI ->
Object

RemoteShapeDefaults

Contains the default values used by RemoteShapes

Source set: Android
public object RemoteShapeDefaults

Contains the default values used by RemoteShapes

Properties

ExtraSmall

Source set: Android
public val ExtraSmall: RemoteRoundedCornerShape = RemoteRoundedCornerShape(4.rdp)

Extra small sized corner shape

Small

Source set: Android
public val Small: RemoteRoundedCornerShape = RemoteRoundedCornerShape(8.rdp)

Small sized corner shape

Medium

Source set: Android
public val Medium: RemoteRoundedCornerShape = RemoteRoundedCornerShape(18.rdp)

Medium sized corner shape

Large

Source set: Android
public val Large: RemoteRoundedCornerShape = RemoteRoundedCornerShape(26.rdp)

Large sized corner shape

ExtraLarge

Source set: Android
public val ExtraLarge: RemoteRoundedCornerShape = RemoteRoundedCornerShape(36.rdp)

Extra large sized corner shape