ChatDateTextStyle

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)

Parameters

text

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

backgroundColor

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

backgroundImage

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

font

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

textColor

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

linkTextColor

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

dateStyle

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

currentTimeInMillis

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