Skip to content

Commit db9f508

Browse files
committed
modify readme
1 parent 3cd09bb commit db9f508

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
1. linechart 为指数基金走势图表可根据当前走势绘制出想要的图表。
33
2. 支持手势显示当前值
44
3. 支持当前的区域颜色渐变
5-
4.
6-
<img src="link" alt="http://img.blog.csdn.net/20151222175518831" width="60">
5+
6+
4.演示效果图
7+
<img src="http://img.blog.csdn.net/20151222175518831" width=300 >
8+
79

810
> # Get it
911
Add it in your root build.gradle at the end of repositories:
@@ -21,6 +23,7 @@ dependencies {
2123
compile 'compile 'com.allen.linechart:linechart:0.0.1'
2224
}
2325
```
26+
或者 or
2427
```
2528
<dependency>
2629
<groupId>com.allen.linechart</groupId>
@@ -29,6 +32,7 @@ dependencies {
2932
<type>pom</type>
3033
</dependency>
3134
```
35+
3236
5.如果ListView中的单个Item的view中存在checkbox,button等view,会导致ListView.setOnItemClickListener无效,
3337
事件会被子View捕获到,ListView无法捕获处理该事件.
3438
解决方法:

0 commit comments

Comments
 (0)