File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ Add it in your root build.gradle at the end of repositories:
35
35
Step 2. Add the dependency
36
36
37
37
dependencies {
38
- implementation 'com.github.TutorialsAndroid:MessageView:v3 .0.19'
38
+ implementation 'com.github.TutorialsAndroid:MessageView:v4 .0.19'
39
39
}
40
40
41
41
### Use
42
42
1 . Include ` MessageView ` in your xml of adapter view with content inside.
43
43
44
44
``` xml
45
- <com .kinda. developer.MessageView
45
+ <com .developer.messageview .MessageView
46
46
xmlns:app=" http://schemas.android.com/apk/res-auto"
47
47
android : layout_width =" match_parent"
48
48
android : layout_height =" wrap_content"
@@ -58,7 +58,7 @@ Step 2. Add the dependency
58
58
59
59
<!-- ... -->
60
60
61
- </com .kinda. developer.MessageView>
61
+ </com .developer.messageview .MessageView>
62
62
```
63
63
64
64
### Customization
You can’t perform that action at this time.
0 commit comments