EditReactionsViewStyle

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)

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.