Package-level declarations
Types
Link copied to clipboard
Determines the orientation of the reaction bubble inside message options user reactions.
Link copied to clipboard
data class ViewReactionsViewStyle(@ColorInt val bubbleBorderColorMine: Int, @ColorInt val bubbleBorderColorTheirs: Int?, @ColorInt val bubbleColorMine: Int, @ColorInt val bubbleColorTheirs: Int, @Px val bubbleBorderWidthMine: Float, @Px val bubbleBorderWidthTheirs: Float?, @Px val totalHeight: Int, @Px val horizontalPadding: Int, @Px val itemSize: Int, @Px val bubbleHeight: Int, @Px val bubbleRadius: Int, @Px val largeTailBubbleCy: Int, @Px val largeTailBubbleRadius: Int, @Px val largeTailBubbleOffset: Int, @Px val smallTailBubbleCy: Int, @Px val smallTailBubbleRadius: Int, @Px val smallTailBubbleOffset: Int, @Px val verticalPadding: Int, val messageOptionsUserReactionOrientation: Int, val reactionSorting: ReactionSorting) : ViewStyle
Style for ViewReactionsView. Use this class together with TransformStyle.viewReactionsStyleTransformer to change ViewReactionsView styles programmatically.