|
12 | 12 |
|
13 | 13 | **RangeSeekBar v3.x 即将来临!! 更强大,更好用! 文档和新版本即将更新,具体更新内容请看 [V3.0.0](https://github.com/Jay-Goo/RangeSeekBar/wiki/ChangeLog)** |
14 | 14 | ** |
| 15 | + |
15 | 16 | ## 用法 |
16 | 17 |
|
17 | 18 | ### Dependencies |
18 | | -`Release Version`[](https://jitpack.io/#Jay-Goo/RangeSeekBar) |
| 19 | +`Release Version` [](https://jitpack.io/#Jay-Goo/RangeSeekBar) |
19 | 20 |
|
20 | | - |
21 | 21 | ```xml |
22 | 22 | allprojects { |
23 | 23 | repositories { |
|
27 | 27 | } |
28 | 28 |
|
29 | 29 | dependencies { |
30 | | - // sample: implementation 'com.github.Jay-Goo:RangeSeekBar:v2.0.4' |
| 30 | + // sample: implementation 'com.github.Jay-Goo:RangeSeekBar:v3.0.0' |
31 | 31 | implementation 'com.github.Jay-Goo:RangeSeekBar:Release Version' |
32 | 32 | } |
33 | 33 |
|
34 | 34 | ``` |
| 35 | +## 如何使用 |
35 | 36 |
|
| 37 | +请看 [WIKI!WIKI!WIKI!](https://github.com/Jay-Goo/RangeSeekBar/wiki),重要的事情说三遍! |
36 | 38 |
|
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 | | -``` |
45 | 39 |
|
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` 是对我最大的鼓励! |
57 | 42 |
|
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 | +## 联系我 |
60 | 50 |
|
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> |
67 | 56 |
|
68 | | -## 给我个Star吧 |
69 | | -真心希望你能喜欢RangeSeekBar, `Star` 是对我最大的支持,谢谢! |
70 | 57 |
|
71 | 58 | ## License |
72 | 59 |
|
73 | | -Copyright 2018 JayGoo |
| 60 | +Copyright 2018-2019 JayGoo |
74 | 61 |
|
75 | 62 | Licensed under the Apache License. |
76 | 63 |
|
0 commit comments