InputViewStyle

data class InputViewStyle(var sendButton: IconButtonChatStyle, var attachButton: IconButtonChatStyle, var voiceButton: IconButtonChatStyle, var textInput: InputChatStyle? = null, @ColorRes var nearbyAreaBackgroundColor: Int? = null) : Serializable

Описывает стиль для поля ввода плюс его окружение (кнопки отправки и т.д.)

Parameters

sendButton

стиль для кнопки отправки сообщения

attachButton

стиль для кнопки "прикрепить вложение"

voiceButton

стиль для кнопки "записать голосовое сообщение"

textInput

стиль для поля ввода

nearbyAreaBackgroundColor

цвет фона примыкающей к полю ввода области (где кнопки аттача и отправки сообщения)

Constructors

Link copied to clipboard
constructor(sendButton: IconButtonChatStyle, attachButton: IconButtonChatStyle, voiceButton: IconButtonChatStyle, textInput: InputChatStyle? = null, @ColorRes nearbyAreaBackgroundColor: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard