ViewSizeStyle

data class ViewSizeStyle(@DimenRes var height: Int? = null, @DimenRes var width: Int? = null) : Serializable, ComponentStyle

Размер элемента

Parameters

height

высота элемента в dp (ресурс)

width

ширина элемента в dp (ресурс)

Constructors

Link copied to clipboard
constructor(@DimenRes height: Int? = null, @DimenRes width: Int? = null)

Properties

Link copied to clipboard
var height: Int?
Link copied to clipboard
var width: Int?