EditReactionsViewStyle

data class EditReactionsViewStyle(@ColorInt val bubbleColorMine: Int, @ColorInt val bubbleColorTheirs: Int, @Px val horizontalPadding: Int, @Px val itemSize: Int, @Px val bubbleHeight: Int, @Px val bubbleRadius: Int, @Px val largeTailBubbleCyOffset: Int, @Px val largeTailBubbleRadius: Int, @Px val largeTailBubbleOffset: Int, @Px val smallTailBubbleCyOffset: Int, @Px val smallTailBubbleRadius: Int, @Px val smallTailBubbleOffset: Int, val reactionsColumn: Int, @Px val verticalPadding: Int) : ViewStyle

Style for EditReactionsView. Use this class together with TransformStyle.editReactionsStyleTransformer to change EditReactionsView styles programmatically.

Parameters

bubbleColorMine

Reaction bubble color for the current user.

bubbleColorTheirs

Reaction bubble color for other users.

horizontalPadding

The horizontal padding to be applied to the start and end of the bubble.

itemSize

The size of the reaction item.

bubbleHeight

Height of the reactions part of the bubble.

bubbleRadius

The radius of the reactions part of the bubble.

largeTailBubbleCyOffset

The y axis offset of the large tail bubble center point

largeTailBubbleRadius

The radius of the large tail bubble.

largeTailBubbleOffset

The x axis offset of the large tail bubble center point.

smallTailBubbleCyOffset

The y axis offset of the small tail bubble center point.

smallTailBubbleRadius

The radius of the bubble small tail.

smallTailBubbleOffset

The x axis offset of the small tail bubble center point.

reactionsColumn

The number of reaction columns.

verticalPadding

The vertical padding to be applied to top and bottom of the view.

Constructors

Link copied to clipboard
constructor(@ColorInt bubbleColorMine: Int, @ColorInt bubbleColorTheirs: Int, @Px horizontalPadding: Int, @Px itemSize: Int, @Px bubbleHeight: Int, @Px bubbleRadius: Int, @Px largeTailBubbleCyOffset: Int, @Px largeTailBubbleRadius: Int, @Px largeTailBubbleOffset: Int, @Px smallTailBubbleCyOffset: Int, @Px smallTailBubbleRadius: Int, @Px smallTailBubbleOffset: Int, reactionsColumn: Int, @Px verticalPadding: Int)

Types

Link copied to clipboard
object Companion

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard