File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ ENViews, A cool dynamic view library.All designed by [Nick Buturishvili](https:/
77ENViews, 一个华丽丽的动效控件库,所有控件原型取自[ Nick Buturishvili] (https://dribbble.com/nick_buturishvili
88)的设计作品
99
10- 本项目为个人练习,没有经过系统的测试,发现问题或有建议欢迎[ issue] ( https://github.com/codeestX/ENViews/issues ) ,email(codeest.dev@gmail.com ),PR.如果你喜欢这些效果也欢迎戳个star支持一下.使用详情可以参考demo,如果需要引入到项目更推荐直接拷贝源码,方便根据需求随时自定义.
10+ 本项目为个人练习,发现问题或有建议欢迎[ issue] ( https://github.com/codeestX/ENViews/issues ) ,email(codeest.dev@gmail.com ),PR.
11+ 如果你喜欢这些效果也欢迎戳个star支持一下.
12+ 使用详情可以参考demo,如果需要引入到项目比起依赖库更推荐直接拷贝对应view的源码,方便根据需求随时自定义.
13+ 源码中在关键的绘制点做了注释,方便阅读参考.
1114
1215
1316#Preview
@@ -35,7 +38,7 @@ Step 1. Add the JitPack repository to your build file
3538Step 2. Add the dependency
3639
3740 dependencies {
38- compile 'com.github.codeestX:ENViews:v1.0.0 '
41+ compile 'com.github.codeestX:ENViews:v1.0.1 '
3942 }
4043
4144Step 3. See DemoProject for details.
You can’t perform that action at this time.
0 commit comments