VerticalFeedGroupStyle

data class VerticalFeedGroupStyle(@ColorInt borderUnseenColors: List<Int>?, @ColorInt textUnseenColor: Int?, badge: VerticalFeedGroupBadgeStyle?)

This class represents a vertical feed group's style in the Vertical Feed.

Constructors

VerticalFeedGroupStyle
Link copied to clipboard
fun VerticalFeedGroupStyle(@ColorInt borderUnseenColors: List<Int>?, @ColorInt textUnseenColor: Int?, badge: VerticalFeedGroupBadgeStyle?)

Properties

badge
Link copied to clipboard
val badge: VerticalFeedGroupBadgeStyle?

Badge style of the vertical feed group

borderUnseenColors
Link copied to clipboard
val borderUnseenColors: List<Int>?

vertical feed group's Borders' unseen color list of the vertical feed group

textUnseenColor
Link copied to clipboard
val textUnseenColor: Int?

vertical feed group's Text's unseen color of the vertical feed group