File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,19 @@ Expandable LinearLayout
3
3
<img src =" https://raw.githubusercontent.com/iammert/ExpandableLayout/master/art/ell.png " />
4
4
5
5
# Setup
6
+ ## Dependency
7
+ ``` gradle
8
+ allprojects {
9
+ repositories {
10
+ ...
11
+ maven { url 'https://jitpack.io' }
12
+ }
13
+ }
6
14
15
+ dependencies {
16
+ compile 'com.github.iammert:ExpandableLayout:v.1.0'
17
+ }
18
+ ```
7
19
## Layout
8
20
``` xml
9
21
<iammert .com.expandablelib.ExpandableLayout
@@ -60,3 +72,26 @@ section.children.add(fruit2);
60
72
expandableLayout. addSection(section);
61
73
expandableLayout. addChild(fruitCategory, new Fruit (" Grape" ));
62
74
```
75
+ License
76
+ --------
77
+
78
+
79
+ Copyright 2017 Mert Şimşek.
80
+
81
+ Licensed under the Apache License, Version 2.0 (the "License");
82
+ you may not use this file except in compliance with the License.
83
+ You may obtain a copy of the License at
84
+
85
+ http://www.apache.org/licenses/LICENSE-2.0
86
+
87
+ Unless required by applicable law or agreed to in writing, software
88
+ distributed under the License is distributed on an "AS IS" BASIS,
89
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
90
+ See the License for the specific language governing permissions and
91
+ limitations under the License.
92
+
93
+
94
+
95
+
96
+
97
+
You can’t perform that action at this time.
0 commit comments