Text Button Chat Style
data class TextButtonChatStyle(var chatText: TextMessageStyle? = null, @ColorRes var strokeColorResId: Int? = null, @DimenRes var strokeWidthDpResId: Int? = null, @ColorRes var buttonColor: Int? = null, var colorStateList: ColorStateList? = null, var cornersRadius: CornersSize? = null, @DrawableRes var background: Int? = null) : Serializable, ComponentStyle
Описывает стиль для текстовых кнопок
Parameters
chat Text
стиль для текста на кнопке
stroke Color Res Id
цвет контура кнопки
stroke Width Dp Res Id
ширина контура кнопки
button Color
цвет кнопки. Имеет меньший приоритет перед colorStateList
color State List
цвета кнопки в соответствии с ее состоянием
corners Radius
радиус углов для кнопки
background
фоновое изображение для кнопки
Constructors
Link copied to clipboard
constructor(chatText: TextMessageStyle? = null, @ColorRes strokeColorResId: Int? = null, @DimenRes strokeWidthDpResId: Int? = null, @ColorRes buttonColor: Int? = null, colorStateList: ColorStateList? = null, cornersRadius: CornersSize? = null, @DrawableRes background: Int? = null)