-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"/> |