ColumnItemType

interface ColumnItemType

Represents the types of items that can be placed in a Wear column and how to calculate an optimal or safe padding.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun bottomPadding(horizontalPercent: Float): Dp

Calculates the padding for the bottom of the Column based on the provided horizontal padding.

Link copied to clipboard
abstract fun topPadding(horizontalPercent: Float): Dp

Calculates the padding for the top of the Column based on the provided horizontal padding.