BackgroundStyle

data class BackgroundStyle(@ColorRes var backgroundColor: Int? = null, @DrawableRes var backgroundDrawableRes: Int? = null) : Serializable, ComponentStyle

Стиль для описания фоновых элементов

Parameters

backgroundColor

цвет фона (ресурс)

backgroundDrawableRes

фоновое изображение (ресурс)

Constructors

Link copied to clipboard
constructor(@ColorRes backgroundColor: Int? = null, @DrawableRes backgroundDrawableRes: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard