-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
69 lines (65 loc) · 1.67 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
include ':app'
//fragment切换动画
include ':fragmentanimations'
//toast
include ':loadtoast'
//支付宝仪表盘
include ':view'
//好看的下拉动画
include ':library'
//无限轮训,双向互动的viewpager
include ':infinitecycleviewpager'
//任意形状的图形
include ':avatarimageviewlibrary'
//炫酷的爆炸效果,常用于点赞
include ':shinebuttonlib'
//列表的首个item拉伸
include ':focusresize'
//沉浸式状态栏
include ':librarys'
//RoundImageView圆形图片和可控位置圆角图片
include ':roundimageview'
//点击延伸放大
include ':marypopup'
//可以添加头部和底部的recycleview
include ':headerfooterrecyclerview'
//用户指引的view
include ':Userguidelibrary'
//填充进度
include ':fillablelibrary'
//水滴下拉
include ':swipeslibrary'
//圆形菜单
include ':circularmenu'
//为android提供下拉刷新,基于SwipeRefreshLayout,支持所有的View
include ':recyclerrefreshlayout'
//activity可以滑动关闭
include ':swipebackhelper'
//下拉刷新上拉加载
include ':easyrecyclerview'
//给视图增加弧度效果的布局
include ':arclayout'
//一款tablayout控件
include ':spacetablayout'
//一个动态的选择器
include ':sweetsheet'
//一个蛛网平方、
include ':spiderwebscoreview'
//类似吹泡泡的效果、
include ':heartlayout'
//一款搜索动画框、
include ':searchlibrary'
//多条件筛选菜单、
include ':filterlibrary'
//加载动画1、
include ':loadlibrary'
//加载动画2、
include ':shapeloading'
//自定义蜂窝图
include ':hivelayoutmanager-library'
//加载动画4
include ':spinkitlibrary'
//加载动画6
include ':rubberlibrary'
//加载动画7
include ':libloading'