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`.
67
-
-`cmv_arrowPosition` controls poition of the arrow outside the box. possible values are `right`,`left`,`top` and `bottom`. default is `left`.
68
-
-`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.
69
-
-`cmv_contentPadding` adjusts padding of content within the box.
70
-
-`cmv_backgroundColor` sets background color of `ChatMessageView` in normal mode including arrow.
71
-
-`cmv_backgroundColorPressed` sets background color of `ChatMessageView` in pressed mode including arrow.
72
-
-`cmv_cornerRadius` sets corner radius of the box.
73
-
-`cmv_showArrow` shows / hides arrow from `ChatMessageView`.
74
-
82
+
-`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`.
75
90
76
91
77
92
----
78
93
developed to make programming easy.
79
94
80
95
by Akshay Sunil Masram (akshaysunilmasram@yahoo.com)
81
96
97
+
## License
98
+
99
+
*[Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
100
+
101
+
```
102
+
Copyright 2019 MessageView
103
+
104
+
Licensed under the Apache License, Version 2.0 (the "License");
105
+
you may not use this file except in compliance with the License.
106
+
You may obtain a copy of the License at
107
+
108
+
http://www.apache.org/licenses/LICENSE-2.0
109
+
110
+
Unless required by applicable law or agreed to in writing, software
111
+
distributed under the License is distributed on an "AS IS" BASIS,
112
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
113
+
See the License for the specific language governing permissions and
0 commit comments