Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TutorialsAndroid authored Jun 12, 2019
1 parent 92720d9 commit 52896ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ Add it in your root build.gradle at the end of repositories:
Step 2. Add the dependency

dependencies {
implementation 'com.github.TutorialsAndroid:MessageView:v3.0.19'
implementation 'com.github.TutorialsAndroid:MessageView:v4.0.19'
}

### Use
1. Include `MessageView` in your xml of adapter view with content inside.

``` xml
<com.kinda.developer.MessageView
<com.developer.messageview.MessageView
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand All @@ -58,7 +58,7 @@ Step 2. Add the dependency

<!-- ... -->

</com.kinda.developer.MessageView>
</com.developer.messageview.MessageView>
```

### Customization
Expand Down

0 comments on commit 52896ff

Please sign in to comment.