ChatDateTextStyle

class ChatDateTextStyle(text: ChatTextStyle? = null, @ColorRes backgroundColor: Int? = null, @DrawableRes backgroundImage: Int? = null, font: ChatFontStyle? = null, @ColorRes textColor: Int? = null, @ColorRes linkTextColor: Int? = null, var dateStyle: SimpleDateFormat? = null, var currentTimeInMillis: Long? = null) : TextMessageStyle

Описывает стили для дат

Parameters

text

стиль текста для даты

backgroundColor

фоновый цвет (ресурс)

backgroundImage

фоновое изображение (ресурс)

font

тип и размер шрифта

textColor

цвет текста (ресурс)

linkTextColor

цвет ссылок (ресурс)

dateStyle

стиль формирования даты (dd.MM.yyyy и т.д)

currentTimeInMillis

текущее время в миллисекундах

Constructors

Link copied to clipboard
constructor(text: ChatTextStyle? = null, @ColorRes backgroundColor: Int? = null, @DrawableRes backgroundImage: Int? = null, font: ChatFontStyle? = null, @ColorRes textColor: Int? = null, @ColorRes linkTextColor: Int? = null, dateStyle: SimpleDateFormat? = null, currentTimeInMillis: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard