Skip to content

Commit 602e901

Browse files
author
JayGoo
committed
update readme
1 parent 68c1e1f commit 602e901

File tree

3 files changed

+24
-36
lines changed

3 files changed

+24
-36
lines changed

Gif/pay.png

-1.59 KB
Loading

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
[APK download](https://github.com/Jay-Goo/RangeSeekBar/blob/master/app/release/app-release.apk)
1818

19-
[fir.im](https://fir.im/91up)
19+
[fir.im](https://fir.im/91up) <img src="https://github.com/Jay-Goo/RangeSeekBar/blob/master/Gif/qr.png" height="150px"/>
20+
2021
## Usage
2122

2223
### Dependencies
@@ -55,13 +56,13 @@ Open source is a hard job, and a cup of coffee may be a good reward.
5556
- Email: 1015121748@qq.com
5657
- QQ Group: 573830030
5758
<div style="text-align: center;">
58-
<img src="https://github.com/Jay-Goo/RangeSeekBar/blob/master/Gif/qq.png" style="margin: 0 auto;" height="200px"/>
59+
<img src="https://github.com/Jay-Goo/RangeSeekBar/blob/master/Gif/qq.png" style="margin: 0 auto;" height="250px"/>
5960
</div>
6061

6162

6263
## License
6364

64-
Copyright 2018 JayGoo
65+
Copyright 2018-2019 JayGoo
6566

6667
Licensed under the Apache License.
6768

README_ZH.md

Lines changed: 20 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
**RangeSeekBar v3.x 即将来临!! 更强大,更好用! 文档和新版本即将更新,具体更新内容请看 [V3.0.0](https://github.com/Jay-Goo/RangeSeekBar/wiki/ChangeLog)**
1414
**
15+
1516
## 用法
1617

1718
### Dependencies
18-
`Release Version`[![](https://jitpack.io/v/Jay-Goo/RangeSeekBar.svg)](https://jitpack.io/#Jay-Goo/RangeSeekBar)
19+
`Release Version` [![](https://jitpack.io/v/Jay-Goo/RangeSeekBar.svg)](https://jitpack.io/#Jay-Goo/RangeSeekBar)
1920

20-
2121
```xml
2222
allprojects {
2323
repositories {
@@ -27,50 +27,37 @@
2727
}
2828

2929
dependencies {
30-
// sample: implementation 'com.github.Jay-Goo:RangeSeekBar:v2.0.4'
30+
// sample: implementation 'com.github.Jay-Goo:RangeSeekBar:v3.0.0'
3131
implementation 'com.github.Jay-Goo:RangeSeekBar:Release Version'
3232
}
3333

3434
```
35+
## 如何使用
3536

37+
请看 [WIKI!WIKI!WIKI!](https://github.com/Jay-Goo/RangeSeekBar/wiki),重要的事情说三遍!
3638

37-
### RangeSeekBar
38-
```
39-
<com.jaygoo.widget.RangeSeekBar
40-
android:layout_width="match_parent"
41-
android:layout_height="wrap_content"
42-
app:rsb_mode="single"
43-
/>
44-
```
4539

46-
### VerticalRangeSeekBar
47-
```
48-
<com.jaygoo.widget.VerticalRangeSeekBar
49-
android:layout_width="50dp"
50-
android:layout_height="300dp"
51-
app:rsb_mode="range"
52-
app:rsb_orientation="right"
53-
/>
54-
```
55-
你可以认为`VerticalRangeSeekBar``RangeSeekBar` 旋转90度得到的,它和 `RangeSeekBar` 的属性用法一致.唯一的不同就是
56-
`rsb_orientation`,它是用来控制旋转的方向的.
40+
## 给我一个Star
41+
如果你喜欢这个项目,给`RangeSeekBar`一个 `Star` 是对我最大的鼓励!
5742

58-
## 属性
59-
如果你想了解更多地属性,请参看 [attrs](https://github.com/Jay-Goo/RangeSeekBar/blob/master/RangeSeekBar/src/main/res/values/attrs.xml)
43+
## 一杯咖啡
44+
大家都知道开源是件很辛苦的事情,这个项目是我工作之余完成的,平时工作很忙,但大家提的需求基本上我都尽量满足,如果这个项目帮助你节省了大量时间,你可以给我一杯咖啡的鼓励,不在于钱多钱少,在于这份鼓励给我继续的力量~
45+
<div style="text-align: center;">
46+
<img src="https://github.com/Jay-Goo/RangeSeekBar/blob/master/Gif/pay.png" height="200px"/>
47+
</div>
48+
49+
## 联系我
6050

61-
## WIKI
62-
你可以从[wiki](https://github.com/Jay-Goo/RangeSeekBar/wiki)获取更多的信息和用法.
63-
### [快速入门](https://github.com/Jay-Goo/RangeSeekBar/wiki/FAQ)
64-
### [属性方法](https://github.com/Jay-Goo/RangeSeekBar/wiki/Attribute-methods)
65-
### [更新日志](https://github.com/Jay-Goo/RangeSeekBar/wiki/ChangeLog)
66-
### [贡献者](https://github.com/Jay-Goo/RangeSeekBar/wiki/Contributors)
51+
- Email: 1015121748@qq.com
52+
- QQ群: 573830030 有时候工作很忙没空看Issue,大家可以通过QQ群联系我。
53+
<div style="text-align: center;">
54+
<img src="https://github.com/Jay-Goo/RangeSeekBar/blob/master/Gif/qq.png" style="margin: 0 auto;" height="250px"/>
55+
</div>
6756

68-
## 给我个Star吧
69-
真心希望你能喜欢RangeSeekBar, `Star` 是对我最大的支持,谢谢!
7057

7158
## License
7259

73-
Copyright 2018 JayGoo
60+
Copyright 2018-2019 JayGoo
7461

7562
Licensed under the Apache License.
7663

0 commit comments

Comments
 (0)