You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`arrowGravity` controls relative position of arrow. possible values are `start`,`end` and `center`. default is `left`.
83
-
-`arrowPosition` controls poition of the arrow outside the box. possible values are `right`,`left`,`top` and `bottom`. default is `left`.
84
-
-`arrowMargin` controls margin of arrow. If `cmv_arrowPosition` is `left` or `right` it controls top and bottom margin. else it controls left and right margin.
85
-
-`contentPadding` adjusts padding of content within the box.
86
-
-`backgroundColor` sets background color of `ChatMessageView` in normal mode including arrow.
87
-
-`backgroundColorPressed` sets background color of `ChatMessageView` in pressed mode including arrow.
88
-
-`cornerRadius` sets corner radius of the box.
89
-
-`showArrow` shows / hides arrow from `PostMessageView`.
80
+
81
+
-`cmv_arrowGravity` controls relative position of arrow. possible values are `start`,`end` and `center`. default is `left`.
82
+
-`cmv_arrowPosition` controls poition of the arrow outside the box. possible values are `right`,`left`,`top` and `bottom`. default is `left`.
83
+
-`cmv_arrowMargin` controls margin of arrow. If `cmv_arrowPosition` is `left` or `right` it controls top and bottom margin. else it controls left and right margin.
84
+
-`cmv_contentPadding` adjusts padding of content within the box.
85
+
-`cmv_backgroundColor` sets background color of `ChatMessageView` in normal mode including arrow.
86
+
-`cmv_backgroundColorPressed` sets background color of `ChatMessageView` in pressed mode including arrow.
87
+
-`cmv_cornerRadius` sets corner radius of the box.
88
+
-`cmv_showArrow` shows / hides arrow from `PostMessageView`.
0 commit comments