object Shape


Class holding corner shapes as defined by the Wear Material3 shape specification.

Summary

Constants

const Int

An extra large rounded corner shape.

const Int

An extra small rounded corner shape.

const Int

A fully rounded corner shape.

const Int

A large rounded corner shape.

const Int

A medium rounded corner shape.

const Int

A non-rounded corner shape

const Int

A small rounded corner shape.

Constants

CORNER_EXTRA_LARGE

Added in 1.3.0-alpha02
const val CORNER_EXTRA_LARGE = 0: Int

An extra large rounded corner shape.

CORNER_EXTRA_SMALL

Added in 1.3.0-alpha02
const val CORNER_EXTRA_SMALL = 1: Int

An extra small rounded corner shape.

CORNER_FULL

Added in 1.3.0-alpha02
const val CORNER_FULL = 2: Int

A fully rounded corner shape.

CORNER_LARGE

Added in 1.3.0-alpha02
const val CORNER_LARGE = 3: Int

A large rounded corner shape.

CORNER_MEDIUM

Added in 1.3.0-alpha02
const val CORNER_MEDIUM = 4: Int

A medium rounded corner shape.

CORNER_NONE

Added in 1.3.0-alpha02
const val CORNER_NONE = 5: Int

A non-rounded corner shape

CORNER_SMALL

Added in 1.3.0-alpha02
const val CORNER_SMALL = 6: Int

A small rounded corner shape.