WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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
-`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`.
89
-
90
-
81
+
-`arrowGravity` controls relative position of arrow. possible values are `start`,`end` and `center`. default is `left`.
82
+
-`arrowPosition` controls poition of the arrow outside the box. possible values are `right`,`left`,`top` and `bottom`. default is `left`.
83
+
-`arrowMargin` controls margin of arrow. If `arrowPosition` is `left` or `right` it controls top and bottom margin. else it controls left and right margin.
84
+
-`contentPadding` adjusts padding of content within the box.
85
+
-`backgroundColor` sets background color of `MessageView` in normal mode including arrow.
86
+
-`backgroundColorPressed` sets background color of `MessageView` in pressed mode including arrow.
87
+
-`cornerRadius` sets corner radius of the box.
88
+
-`showArrow` shows / hides arrow from `MessageView`.
0 commit comments