File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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设置顶部标题栏下划线颜色
111114void 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自定义选择器:
You can’t perform that action at this time.
0 commit comments