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`.
89
+
90
90
91
91
92
92
----
@@ -99,7 +99,7 @@ by Akshay Sunil Masram (akshaysunilmasram@yahoo.com)
99
99
*[Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
100
100
101
101
```
102
-
Copyright 2019 MessageView
102
+
Copyright 2019 Postui
103
103
104
104
Licensed under the Apache License, Version 2.0 (the "License");
105
105
you may not use this file except in compliance with the License.
@@ -111,4 +111,6 @@ Unless required by applicable law or agreed to in writing, software
111
111
distributed under the License is distributed on an "AS IS" BASIS,
112
112
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
113
113
See the License for the specific language governing permissions and
0 commit comments