File tree 3 files changed +7
-10
lines changed
3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 38
38
</com .github.xubo.statuslayout.StatusLayout>
39
39
```
40
40
41
- ## 6、sample
42
-
43
- | 示例|
44
- | :---:|
45
- | <img src =" https://github.com/pirrip90/CeilingLayout/blob/master/screen/screen2.gif " width = " 300 " height = " 617 " /> |
46
-
47
41
## 5、gradle
48
42
add the dependency:
49
43
``` gradle
@@ -54,6 +48,12 @@ dependencies {
54
48
}
55
49
```
56
50
51
+ ## 6、sample
52
+
53
+ | 示例|
54
+ | :---:|
55
+ | <img src =" https://github.com/pirrip90/CeilingLayout/blob/master/screen/screen2.gif " width = " 300 " height = " 617 " /> |
56
+
57
57
## 7、注意事项
58
58
### 1)、支持联动View表
59
59
- [x] ` NestedScrollView `
Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ allprojects {
19
19
repositories {
20
20
google()
21
21
jcenter()
22
- maven {
23
- url " https://dl.bintray.com/pirrip/pirrip-maven"
24
- }
25
22
}
26
23
}
27
24
Original file line number Diff line number Diff line change 1
1
apply {
2
2
plugin ' com.android.library'
3
- from ' publish.gradle'
3
+ // from 'publish.gradle'
4
4
from ' version.gradle'
5
5
}
6
6
You can’t perform that action at this time.
0 commit comments