We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd09bb commit db9f508Copy full SHA for db9f508
README.md
@@ -2,8 +2,10 @@
2
1. linechart 为指数基金走势图表可根据当前走势绘制出想要的图表。
3
2. 支持手势显示当前值
4
3. 支持当前的区域颜色渐变
5
-4.
6
- <img src="link" alt="http://img.blog.csdn.net/20151222175518831" width="60">
+
+4.演示效果图
7
+<img src="http://img.blog.csdn.net/20151222175518831" width=300 >
8
9
10
> # Get it
11
Add it in your root build.gradle at the end of repositories:
@@ -21,6 +23,7 @@ dependencies {
21
23
compile 'compile 'com.allen.linechart:linechart:0.0.1'
22
24
}
25
```
26
+或者 or
27
28
<dependency>
29
<groupId>com.allen.linechart</groupId>
@@ -29,6 +32,7 @@ dependencies {
32
<type>pom</type>
30
33
</dependency>
31
34
35
36
5.如果ListView中的单个Item的view中存在checkbox,button等view,会导致ListView.setOnItemClickListener无效,
37
事件会被子View捕获到,ListView无法捕获处理该事件.
38
解决方法:
0 commit comments