Skip to content

Commit 345a3e8

Browse files
authored
Update README.md
1 parent 2d96701 commit 345a3e8

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@ Expandable LinearLayout
33
<img src="https://raw.githubusercontent.com/iammert/ExpandableLayout/master/art/ell.png"/>
44

55
# Setup
6+
## Dependency
7+
```gradle
8+
allprojects {
9+
repositories {
10+
...
11+
maven { url 'https://jitpack.io' }
12+
}
13+
}
614
15+
dependencies {
16+
compile 'com.github.iammert:ExpandableLayout:v.1.0'
17+
}
18+
```
719
## Layout
820
```xml
921
<iammert.com.expandablelib.ExpandableLayout
@@ -60,3 +72,26 @@ section.children.add(fruit2);
6072
expandableLayout.addSection(section);
6173
expandableLayout.addChild(fruitCategory, new Fruit("Grape"));
6274
```
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+

0 commit comments

Comments
 (0)