Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Fang authored and Jay Fang committed Aug 17, 2015
1 parent 96d390f commit 52b8208
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down Expand Up @@ -65,7 +65,11 @@ Usage

Update
----

### 2015.8.17
```
1.优化了onDraw里反复new对象的问题;
2.修改部分编码规范。
```
### 2015.7.22
```
mMenu.setShowDivider(false); //是否显示展开list的分割线
Expand All @@ -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
Expand Down

0 comments on commit 52b8208

Please sign in to comment.