File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,18 @@ Its a container view, so you can add any type of message or social post such as
1616### Installation
1717add gradle dependency to your dependency list:
1818
19+ ``` groovy
20+ allprojects {
21+ repositories {
22+ ...
23+ maven { url 'https://jitpack.io' }
24+ }
25+ }
26+ ```
27+
1928``` groovy
2029dependencies {
21- compile ' '
30+ implementation 'com.github.TutorialsAndroid:Postui:v0.1 '
2231}
2332```
2433
@@ -70,7 +79,7 @@ Description:
7079- ` cmv_backgroundColor ` sets background color of ` ChatMessageView ` in normal mode including arrow.
7180- ` cmv_backgroundColorPressed ` sets background color of ` ChatMessageView ` in pressed mode including arrow.
7281- ` cmv_cornerRadius ` sets corner radius of the box.
73- - ` cmv_showArrow ` shows / hides arrow from ` ChatMessageView ` .
82+ - ` cmv_showArrow ` shows / hides arrow from ` PostMessageView ` .
7483
7584
7685
You can’t perform that action at this time.
0 commit comments