Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenJessi authored Sep 12, 2018
1 parent 89d723a commit 4072452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CustomView
一些自己用到的自定义View 持续更新中...
注:本项目为个人平时使用过的控件收藏 除原创外 另有部分控件非原创或是根据开源修改(早期项目使用) 已找不到出处 侵删
## 可触摸旋转圆盘控件
## [可触摸旋转圆盘控件][https://github.com/chen188669/CustomView/blob/master/app/src/main/java/com/ssf/chen/customview/widget/RotateOvlView.java]
![可触摸旋转表盘](https://github.com/chen188669/CustomView/blob/master/images/rotateOvlView.gif "可触摸旋转表盘")
## [仿QQ未读消息](https://github.com/chen188669/CustomView/blob/master/app/src/main/java/com/ssf/chen/customview/widget/DragPointView.java)
<img src="https://github.com/chen188669/CustomView/blob/master/images/dragPointView.gif" width="448" height="960" alt="未读消息"/>
## 列表首字母索引
## [列表首字母索引][https://github.com/chen188669/CustomView/blob/master/app/src/main/java/com/ssf/chen/customview/widget/SideBar.java]
<img src="https://github.com/chen188669/CustomView/blob/master/images/SideBar.gif" width="448" height="960" alt="列表首字母索引"/>
## 顶部弹出snackbar
## [顶部弹出snackbar][https://github.com/chen188669/CustomView/blob/master/app/src/main/java/com/ssf/chen/customview/widget/Snacker.java]
<img src="https://github.com/chen188669/CustomView/blob/master/images/Snacker.gif" width="448" height="960" alt="顶部snackbar"/>

0 comments on commit 4072452

Please sign in to comment.