File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,11 @@ Android稳定高效的浮层创建管理框架。
52
52
| ![ qQF8OK.gif] ( https://s1.ax1x.com/2022/03/22/qQF8OK.gif ) | ![ qQF1Qx.gif] ( https://s1.ax1x.com/2022/03/22/qQF1Qx.gif ) | ![ qQF3y6.gif] ( https://s1.ax1x.com/2022/03/22/qQF3y6.gif ) |
53
53
| --- | --- | --- |
54
54
55
- # 使用说明
56
-
57
- ## 集成
55
+ # 如何集成
58
56
59
57
![ ] ( https://img.shields.io/badge/Downloads%20Week-1.4k-green ) ![ ] ( https://img.shields.io/badge/Downloads%20Month-7.3K-blue )
60
58
61
- - ### 添加仓库
59
+ - 添加仓库
62
60
63
61
``` groovy
64
62
// build.gradle(Project:)
@@ -69,7 +67,7 @@ allprojects {
69
67
}
70
68
```
71
69
72
- - ### 添加依赖
70
+ - 添加依赖
73
71
74
72
[ 点击查看最新版本号] ( https://github.com/goweii/Layer/releases )
75
73
@@ -96,7 +94,15 @@ dependencies {
96
94
}
97
95
```
98
96
99
- ## 更新说明
97
+ # 如何使用
98
+
99
+ 具体使用可参考simple
100
+
101
+ [ LayersSimpleActivity] ( https://raw.githubusercontent.com/goweii/Layer/master/simple/src/main/java/per/goweii/layer/simple/LayersSimpleActivity.kt )
102
+ [ MaterialSimpleActivity] ( https://raw.githubusercontent.com/goweii/Layer/master/simple/src/main/java/per/goweii/layer/simple/MaterialSimpleActivity.kt )
103
+ [ CupertinoSimpleActivity] ( https://raw.githubusercontent.com/goweii/Layer/master/simple/src/main/java/per/goweii/layer/simple/CupertinoSimpleActivity.kt )
104
+
105
+ # 更新说明
100
106
101
107
[ 点击查看] ( https://github.com/goweii/Layer/releases )
102
108
You can’t perform that action at this time.
0 commit comments