Input View Style
data class InputViewStyle(var sendButton: IconButtonChatStyle, var attachButton: IconButtonChatStyle, var voiceButton: IconButtonChatStyle, var textInput: InputChatStyle? = null, @ColorRes var nearbyAreaBackgroundColor: Int? = null) : Serializable
Описывает стиль для поля ввода плюс его окружение (кнопки отправки и т.д.)
Parameters
send Button
стиль для кнопки отправки сообщения
attach Button
стиль для кнопки "прикрепить вложение"
voice Button
стиль для кнопки "записать голосовое сообщение"
text Input
стиль для поля ввода
nearby Area Background Color
цвет фона примыкающей к полю ввода области (где кнопки аттача и отправки сообщения)
Constructors
Link copied to clipboard
constructor(sendButton: IconButtonChatStyle, attachButton: IconButtonChatStyle, voiceButton: IconButtonChatStyle, textInput: InputChatStyle? = null, @ColorRes nearbyAreaBackgroundColor: Int? = null)