CornerTypes

interface CornerTypes

一个用于获取不同边角类型 CornerType 实例的工厂接口。

它提供了对 Material Design 中所有标准边角样式的访问。

Functions

Link copied to clipboard
abstract fun getAbsoluteCut(): CornerType

获取“绝对切角”类型 (AbsoluteCutCornerShape)。

Link copied to clipboard

获取“绝对圆角”类型 (AbsoluteRoundedCornerShape)。

Link copied to clipboard
abstract fun getCut(): CornerType

获取“切角”类型 (CutCornerShape)。

Link copied to clipboard
abstract fun getRounded(): CornerType

获取“圆角”类型 (RoundedCornerShape)。