Skip to content

Commit aaf0285

Browse files
Update README.md
1 parent 21996ce commit aaf0285

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ dependencies {
4747
# ProGuard
4848
由于地址选择器使用了[fastjson](https://github.com/alibaba/fastjson)来解析,混淆时候需要加入以下类似的规则,不混淆Province、City等实体类。
4949
```
50+
-keepattributes Exceptions,InnerClasses,Signature
51+
-keepattributes *Annotation*
52+
5053
-keep class cn.qqtheme.framework.entity.** { *;}
5154
-keep class cn.qqtheme.framework.picker.AddressPicker$* { *;}
5255
```
@@ -110,6 +113,7 @@ void setTopLineColor(int topLineColor)
110113
设置顶部标题栏下划线颜色
111114
void setTopLineVisible(boolean topLineVisible)
112115
设置顶部标题栏下划线是否显示
116+
......
113117

114118
# Custom
115119
#### 自定义窗口进入退出动画(可选)
@@ -140,7 +144,7 @@ dependencies {
140144

141145
#### 自定义顶部及底部界面
142146
添加自己的类,继承自现有的选择器,覆盖makeHeaderView、makeFooterView、onSubmit、onCancel,在确定选择时调用onSubmit,
143-
取消选择时调用onCancel。详见示例:CustomHeaderAndFooterPicker.java。
147+
取消选择时调用onCancel。详见示例:[CustomHeaderAndFooterPicker.java](https://github.com/gzu-liyujiang/AndroidPicker/blob/master/app/src/main/java/cn/qqtheme/androidpicker/CustomHeaderAndFooterPicker.java)
144148

145149
# Sample (更多用法详见示例项目)
146150
自定义选择器:

0 commit comments

Comments
 (0)