Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson0829 authored Feb 15, 2020
1 parent 08a32b5 commit 19fa12a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dataBinding {
```
dependencies {
implementation "com.github.crimson0829:mvvm_library:1.1.2"
implementation "com.github.crimson0829:mvvm_library:1.1.3"
}
```
Expand Down Expand Up @@ -360,9 +360,9 @@ ViewModel:
2.3 DataBinding扩展函数:提供了Glide,RecyclerView,ViewPager2,SmartRefreshLayout等绑定函数,方便扩展xml和控件调用;

<br>
2.3.1 Glide 绑定 ImageView xml, 可在xml或者View中设置,具体使用可参考[PictureActivity](https://github.com/crimson0829/MVVM_Module/blob/master/sample/src/main/java/com/crimson/mvvm_frame/PictureActivity.kt)
2.3.1 Glide 绑定 ImageView xml, 可在xml或者View中设置,



```
/**
Expand Down Expand Up @@ -533,7 +533,7 @@ ViewModel:
```

2.3.7 FlycoTabLayout 监听绑定:
2.3.8 FlycoTabLayout 监听绑定:

```
Expand Down

0 comments on commit 19fa12a

Please sign in to comment.