From 52b8208d79929202ae6f3f6f0ac78bc8dae0ef33 Mon Sep 17 00:00:00 2001 From: Jay Fang Date: Mon, 17 Aug 2015 11:35:28 +0800 Subject: [PATCH] update readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4912f65..9636fa4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Step 2. Add the dependency in your build file (do not forget to specify the corr ``` dependencies { - compile 'com.github.JayFang1993:DropDownMenu:3e8620dc99' + compile 'com.github.JayFang1993:DropDownMenu:96d390f9c4' } ``` That's it! @@ -65,7 +65,11 @@ Usage Update ---- - +### 2015.8.17 +``` + 1.优化了onDraw里反复new对象的问题; + 2.修改部分编码规范。 +``` ### 2015.7.22 ``` mMenu.setShowDivider(false); //是否显示展开list的分割线 @@ -78,8 +82,10 @@ Update Contact ---------- -* Blog:[http://fangjie.info/](http://fangjie.info/) +* Blog:[http://fangjie.info/](http://fangjie.info/) * Email:JayFang1993@gmail.com +* Twitter:@[jayfang1993](https://twitter.com/jayfang1993) +* Weibo:@[方杰_Jay](http://weibo.com/ncuitstudent) License