Skip to content

Commit 20d6b54

Browse files
Update README.md
1 parent 2d773f3 commit 20d6b54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ Description:
8080

8181
- `arrowGravity` controls relative position of arrow. possible values are `start`,`end` and `center`. default is `left`.
8282
- `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 `cmv_arrowPosition` is `left` or `right` it controls top and bottom margin. else it controls left and right margin.
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.
8484
- `contentPadding` adjusts padding of content within the box.
85-
- `backgroundColor` sets background color of `ChatMessageView` in normal mode including arrow.
86-
- `backgroundColorPressed` sets background color of `ChatMessageView` in pressed mode including arrow.
85+
- `backgroundColor` sets background color of `MessageView` in normal mode including arrow.
86+
- `backgroundColorPressed` sets background color of `MessageView` in pressed mode including arrow.
8787
- `cornerRadius` sets corner radius of the box.
88-
- `showArrow` shows / hides arrow from `PostMessageView`.
88+
- `showArrow` shows / hides arrow from `MessageView`.
8989

9090
----
9191
developed to make programming easy.

0 commit comments

Comments
 (0)