Skip to content

Commit 1588a59

Browse files
committed
support Android Arsenal project
support Android Arsenal project
1 parent 92536d8 commit 1588a59

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1+
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-AndroidCustomView-green.svg?style=true)](https://android-arsenal.com/details/1/4166)
12

2-
3-
#简介(投票 ,排名对比图)
3+
# 简介(投票 ,排名对比图)
44
------------------------
55

66
1. 一个简单的自定义 View 可高度定制
77
2. 支持设置替换 支持 ,和反对的图标
88
3. 支持自定义线宽和支持反对线的字体颜色
99

10-
#设置比分值
10+
# 设置比分值
1111
**效果图**
1212

1313
<img src="https://github.com/AllenCoder/AndroidCustomView/blob/master/gif/device-2016-08-15-180942.png" width=300 />
1414

1515

16-
##Dependency
16+
## Dependency
1717

1818

1919
Add dependency in your app module
@@ -31,7 +31,7 @@ dependencies {
3131

3232

3333

34-
##Maven
34+
## Maven
3535
```
3636
<dependency>
3737
<groupId>com.allen.comparsechart</groupId>
@@ -41,9 +41,9 @@ dependencies {
4141
</dependency>
4242
```
4343

44-
##Usage
44+
## Usage
4545

46-
###Java
46+
### Java
4747
```
4848
<com.allen.comparsechart.CompareIndicator
4949
android:id="@+id/CompareIndicator3"
@@ -63,9 +63,9 @@ CompareIndicator1.updateView(10,90);
6363

6464
<img src="https://github.com/AllenCoder/AndroidDevCoder/blob/master/gif/linechart.gif" width=300 />
6565

66-
###[ Apk 下载地址](http://fir.im/5kvu)
66+
### [ Apk 下载地址](http://fir.im/5kvu)
6767

68-
##License
68+
## License
6969
```
7070
Copyright 2016 AllenCoder
7171

0 commit comments

Comments
 (0)