Class EditReactionsViewStyle
-
- All Implemented Interfaces:
-
io.getstream.chat.android.ui.helper.ViewStyle
public final class EditReactionsViewStyle implements ViewStyle
Style for EditReactionsView. Use this class together with TransformStyle.editReactionsStyleTransformer to change EditReactionsView styles programmatically.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbubbleColorMineprivate final IntegerbubbleColorTheirsprivate final IntegerhorizontalPaddingprivate final IntegeritemSizeprivate final IntegerbubbleHeightprivate final IntegerbubbleRadiusprivate final IntegerlargeTailBubbleCyOffsetprivate final IntegerlargeTailBubbleRadiusprivate final IntegerlargeTailBubbleOffsetprivate final IntegersmallTailBubbleCyOffsetprivate final IntegersmallTailBubbleRadiusprivate final IntegersmallTailBubbleOffsetprivate final IntegerreactionsColumnprivate final IntegerverticalPadding
-
Constructor Summary
Constructors Constructor Description EditReactionsViewStyle(Integer bubbleColorMine, Integer bubbleColorTheirs, Integer horizontalPadding, Integer itemSize, Integer bubbleHeight, Integer bubbleRadius, Integer largeTailBubbleCyOffset, Integer largeTailBubbleRadius, Integer largeTailBubbleOffset, Integer smallTailBubbleCyOffset, Integer smallTailBubbleRadius, Integer smallTailBubbleOffset, Integer reactionsColumn, Integer verticalPadding)
-
Method Summary
Modifier and Type Method Description final IntegergetBubbleColorMine()final IntegergetBubbleColorTheirs()final IntegergetHorizontalPadding()final IntegergetItemSize()final IntegergetBubbleHeight()final IntegergetBubbleRadius()final IntegergetLargeTailBubbleCyOffset()final IntegergetLargeTailBubbleRadius()final IntegergetLargeTailBubbleOffset()final IntegergetSmallTailBubbleCyOffset()final IntegergetSmallTailBubbleRadius()final IntegergetSmallTailBubbleOffset()final IntegergetReactionsColumn()final IntegergetVerticalPadding()-
-
Constructor Detail
-
EditReactionsViewStyle
EditReactionsViewStyle(Integer bubbleColorMine, Integer bubbleColorTheirs, Integer horizontalPadding, Integer itemSize, Integer bubbleHeight, Integer bubbleRadius, Integer largeTailBubbleCyOffset, Integer largeTailBubbleRadius, Integer largeTailBubbleOffset, Integer smallTailBubbleCyOffset, Integer smallTailBubbleRadius, Integer smallTailBubbleOffset, Integer reactionsColumn, Integer verticalPadding)
- 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 pointlargeTailBubbleRadius- 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.
-
-
Method Detail
-
getBubbleColorMine
final Integer getBubbleColorMine()
-
getBubbleColorTheirs
final Integer getBubbleColorTheirs()
-
getHorizontalPadding
final Integer getHorizontalPadding()
-
getItemSize
final Integer getItemSize()
-
getBubbleHeight
final Integer getBubbleHeight()
-
getBubbleRadius
final Integer getBubbleRadius()
-
getLargeTailBubbleCyOffset
final Integer getLargeTailBubbleCyOffset()
-
getLargeTailBubbleRadius
final Integer getLargeTailBubbleRadius()
-
getLargeTailBubbleOffset
final Integer getLargeTailBubbleOffset()
-
getSmallTailBubbleCyOffset
final Integer getSmallTailBubbleCyOffset()
-
getSmallTailBubbleRadius
final Integer getSmallTailBubbleRadius()
-
getSmallTailBubbleOffset
final Integer getSmallTailBubbleOffset()
-
getReactionsColumn
final Integer getReactionsColumn()
-
getVerticalPadding
final Integer getVerticalPadding()
-
-
-
-