Skip to content

Commit 8ceafdf

Browse files
author
imkarl
committed
update README.md
1 parent 8f7c84c commit 8ceafdf

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

README.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
1-
# CharacterPickerView
2-
可实现三级联动的选择器,高仿iOS的滚轮控件,字体大小自适应
3-
4-
### 仿iOS的PickerView控件
1+
## 仿iOS的PickerView控件
52
可实现单项选择,并支持一二三级联动效果
63
高仿iOS的滚轮效果,实现字体大小自适应
74

8-
### ChangeLog
9-
10-
#### 0.2.0
11-
- 升级工程编译工具版本
12-
- 升级3D滚轮控件
13-
- 完善字体大小自适应
14-
- 微调选中项改变监听器
5+
## Preview
6+
![Preview](./Screenshot/Screenshot_2015-11-13-154813.gif)
157

16-
### Useage
8+
## Useage
179

1810
//选项选择器
1911
CharacterPickerWindow mOptions = new CharacterPickerWindow(activity);
@@ -30,11 +22,7 @@
3022
});
3123
mOptions.showAtLocation(v, Gravity.BOTTOM, 0, 0);
3224

33-
34-
### Preview
35-
![Preview](./Screenshot/Screenshot_2015-11-13-154813.gif)
36-
37-
##How to
25+
## How to
3826

3927
- Step 1. 把 JitPack repository 添加到build.gradle文件中 repositories的末尾:
4028
```
@@ -49,6 +37,14 @@ dependencies {
4937
}
5038
```
5139

40+
## ChangeLog
41+
42+
#### 0.2.0
43+
- 升级工程编译工具版本
44+
- 升级3D滚轮控件
45+
- 完善字体大小自适应
46+
- 微调选中项改变监听器
47+
5248
#### Thanks
5349
- [Android-PickerView](https://github.com/saiwu-bigkoo/Android-PickerView) 一二三级联动选择器
5450
- [androidWheelView](https://github.com/weidongjian/androidWheelView/) 仿iOS滚轮控件

0 commit comments

Comments
 (0)