Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxutong committed Dec 7, 2016
1 parent c7b778c commit e1ceee9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Step 1. 在项目根build.gradle文件中增加JitPack仓库依赖。
Step 2. Add the dependency
```
dependencies {
compile 'com.github.mcxtzhang:SwipeDelMenuLayout:V1.2.3'
compile 'com.github.mcxtzhang:SwipeDelMenuLayout:V1.2.4'
}
```

Expand Down Expand Up @@ -215,6 +215,9 @@ ContentItem内容可长按 |
---

###更新日志###
2016 12 07 更新:
* 禁止侧滑时(isSwipeEnable false),点击事件不受干扰。

2016 11 14 更新:
* 支持padding,且后续计划加入上滑下滑,因此不再支持ContentItem的margin属性。
* 修改回弹的动画,更平滑。
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Add it in your root build.gradle at the end of repositories:
Step 2. Add the dependency
```
dependencies {
compile 'com.github.mcxtzhang:SwipeDelMenuLayout:V1.2.3'
compile 'com.github.mcxtzhang:SwipeDelMenuLayout:V1.2.4'
}
```

Expand Down Expand Up @@ -203,6 +203,9 @@ Or delete no animation effects, and if you want to let the sideslip menu closed
---

###Update log###
2016 12 07 update:
* When the isSwipeEnable is false,the click event of contentItem is undisturbed。

2016 11 14 update:
* support the padding, and the subsequent slide down on plans to join, so no longer support ContentItem margin properties.
* modify the springback of animation, more smooth.
Expand Down

0 comments on commit e1ceee9

Please sign in to comment.