Skip to content

Commit 7ab1996

Browse files
authored
add jcenter download url
add jcenter download url
1 parent 0ee3bf1 commit 7ab1996

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
2. 支持手势显示当前值
44
3. 支持当前的区域颜色渐变
55
4. ![演示效果](http://img.blog.csdn.net/20151222175518831)
6+
> # Get it
7+
Add it in your root build.gradle at the end of repositories:
8+
```groovy
9+
allprojects {
10+
repositories {
11+
...
12+
maven { url "https://jitpack.io" }
13+
}
14+
}
15+
```
16+
Add the dependency
17+
```groovy
18+
dependencies {
19+
compile 'compile 'com.allen.linechart:linechart:0.0.1'
20+
}
21+
```
22+
```
23+
<dependency>
24+
<groupId>com.allen.linechart</groupId>
25+
<artifactId>linechart</artifactId>
26+
<version>0.0.1</version>
27+
<type>pom</type>
28+
</dependency>
29+
```
630
5.如果ListView中的单个Item的view中存在checkbox,button等view,会导致ListView.setOnItemClickListener无效,
731
事件会被子View捕获到,ListView无法捕获处理该事件.
832
解决方法:

0 commit comments

Comments
 (0)