BottomInputChatFlow

data class BottomInputChatFlow(@ColorRes var backgroundColor: Int = R.color.ecc_input_background, @DrawableRes var attachmentUnSelectedIcon: Int = R.drawable.ecc_ic_panorama_fish_eye_white_36dp, @DrawableRes var attachmentSelectedIcon: Int = R.drawable.ecc_ic_circle_done_36dp, var fileButton: TextImageStyle? = null, var galleryButton: TextImageStyle? = null, var cameraButton: TextImageStyle? = null, var sendButton: TextImageStyle? = null, var attachmentQuote: ImagesChatStyle? = null) : Serializable

Стиль верхнего уровня, определяющий вид поля и кнопок ввода

Parameters

backgroundColor

Цвет фона для поля ввода (ресурс)

attachmentUnSelectedIcon

Вид иконки выбора, если файл не отмечен (ресурс)

attachmentSelectedIcon

Вид иконки, если файл выбран (ресурс)

fileButton

Стиль для кнопки выбора файла

galleryButton

Стиль для кнопки выбора изображения из галереи

cameraButton

Стиль для кнопки открытия камеры

sendButton

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

attachmentQuote

Стиль для кнопки "прикрепить файл"

Constructors

Link copied to clipboard
constructor(@ColorRes backgroundColor: Int = R.color.ecc_input_background, @DrawableRes attachmentUnSelectedIcon: Int = R.drawable.ecc_ic_panorama_fish_eye_white_36dp, @DrawableRes attachmentSelectedIcon: Int = R.drawable.ecc_ic_circle_done_36dp, fileButton: TextImageStyle? = null, galleryButton: TextImageStyle? = null, cameraButton: TextImageStyle? = null, sendButton: TextImageStyle? = null, attachmentQuote: ImagesChatStyle? = null)

Properties

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