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