SmartVive
SmartVive
ChinaDate.java: lunarInfo: 1933: 0x06e95 -> 0x16a95 1996: 0x055c0 -> 0x05ac0 2057: 0x06b20 -> 0x06aa0 2060: 0x0a2e0 -> 0x092e0 LunarCalendar.java: LUNAR_INFO: 2089: 0x0D264A -> 0X0D164A 2097: 0x0A4D4C -> 0X0A2D4C 前面为原始数据,后面为修改后的数据
贴一个农历支持setRang的代码,有此需求的可以参考一下,修改了三个文件WheelTime.java 、ChinaDate.java、LunarCalendar.java,主要逻辑就是修改年月日的adapter 和 selectedItem.测试了1901-2099年是没问题的 ``` public class WheelTime { public static DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); private View view; private WheelView wv_year; private WheelView wv_month; private WheelView wv_day; private...
比如item中包含headerView和contentView两部分,contentView设置为滑动的,headerView不跟随滑动,这时点击headerView时会执行两次点击事件。这个怎么解决
`By default, the system proxy is enabled.` Does this mean that the system Wifi proxy will be used automatically in Android? But it seems that it is not used.
## Pre-launch Checklist - [x] I have updated `CHANGELOG.md` with my changes - [x] I have run "dart format ." on the project - [x] I have added/updated relevant documentation