Package-level declarations

Types

Link copied to clipboard
data class IconButtonChatStyle(var style: IconButtonColorStyle, @DrawableRes var iconRes: Int, @DrawableRes var clickedStateIconRes: Int? = null) : Serializable, ComponentStyle

Стиль для IconButton

Link copied to clipboard
data class IconButtonColorStyle(@DrawableRes var background: Int? = null, @ColorRes var backgroundColor: Int? = null, @ColorRes var iconTintColor: Int? = null, var colorStateList: ColorStateList? = null) : Serializable

Стиль, описыващий цвета для IconButton

Link copied to clipboard
class IconButtonComponent(context: Context, colors: ChatColors, images: ChatImages)

Компонент для IconButton Предоставляет доступ к более низкому уровню персонализации, а также общие настройки для группы параметров.

Link copied to clipboard

Enum, задающий возможные типы IconButton