tanzhixue
Results
2
comments of
tanzhixue
> Hello, > > Am using the lastest library like an Android X. Then your Butterknife.kt file shows me an errors and I see everything is red. Let me know...
> setRangDate 在4.1.9版本,可以设置开始范围是日期指定是1号 可以规避以上问题; 如` val startDate = Calendar.getInstance() startDate.set(Calendar.DATE, 1)` 有效果,感谢