InputSizesStyle

data class InputSizesStyle(@DimenRes var inputHeight: Int? = null, @DimenRes var inputWidth: Int? = null) : Serializable, ComponentStyle

Задает размеры для поля ввода

Parameters

inputHeight

минимальная высота поля ввода

inputWidth

минимальная ширина поля ввода

Constructors

Link copied to clipboard
constructor(@DimenRes inputHeight: Int? = null, @DimenRes inputWidth: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard