From e1ceee98cacee847539bca79ceb5db9688b5652d Mon Sep 17 00:00:00 2001 From: zhangxutong Date: Wed, 7 Dec 2016 14:47:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-cn.md | 5 ++++- README.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README-cn.md b/README-cn.md index e06aab1..506264e 100644 --- a/README-cn.md +++ b/README-cn.md @@ -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' } ``` @@ -215,6 +215,9 @@ ContentItem内容可长按 | --- ###更新日志### +2016 12 07 更新: + * 禁止侧滑时(isSwipeEnable false),点击事件不受干扰。 + 2016 11 14 更新: * 支持padding,且后续计划加入上滑下滑,因此不再支持ContentItem的margin属性。 * 修改回弹的动画,更平滑。 diff --git a/README.md b/README.md index 7a7c7b1..621139a 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -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.