Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qstumn authored Feb 13, 2017
1 parent c098c97 commit f6059cb
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
##Change Log

```
v1.0.2
1. 修复了在ScrollView中bindTarget会导致拖拽消除时起始拖拽位置不正确的BUG
2. 减少了隐藏动画的碎片数量,降低内存占用
v1.0.3
1. 修复在hide、bindTarget在某些情况下会出现异常崩溃的BUG
2. BadgeGravity新增CENTER | TOP、CENTER | BOTTOM、CENTER | START、CENTER | END
```

###一些特性
Expand All @@ -25,7 +25,7 @@ v1.0.2
## how to use:
###1. gradle
```
compile 'q.rorbin:badgeview:1.0.2'
compile 'q.rorbin:badgeview:1.0.3'
```

###2. code
Expand Down Expand Up @@ -55,6 +55,13 @@ hide | 隐藏Badge
2 . 自定义复杂的背景
3 . 多种隐藏动画

##Change Log History
```
v1.0.2
1. 修复了在ScrollView中bindTarget会导致拖拽消除时起始拖拽位置不正确的BUG
2. 减少了隐藏动画的碎片数量,降低内存占用
```

###5.Thanks For

https://github.com/mabeijianxi/stickyDots
Expand Down

0 comments on commit f6059cb

Please sign in to comment.