TextButtonChatStyle

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)

Parameters

chatText

стиль для текста на кнопке

strokeColorResId

цвет контура кнопки

strokeWidthDpResId

ширина контура кнопки

buttonColor

цвет кнопки. Имеет меньший приоритет перед colorStateList

colorStateList

цвета кнопки в соответствии с ее состоянием

cornersRadius

радиус углов для кнопки

background

фоновое изображение для кнопки