Lindroy

Results 15 comments of Lindroy

> > 我有服务器代码,但是没服务器文档,能不能发我一份 大佬 > > 可以发给我一份把? 你在GitHub上面搜KotlinMallServer之类的关键词就能搜出来。只不过我本地不知道什么问题,始终部署不起来。

> > > switchButton.setOnClickListener方法监听没效果! > 只能监听switchButton.setOnCheckedChangeListener。 > 但是setOnCheckedChangeListener方法在只要有控件状态改变就会执行! > 比如:网络请求成功,需要改变按钮状态,改完以后会自动执行setOnCheckedChangeListener的方法,执行一遍!这是错误的! > 所以需要改一下switchButton.setOnClickListener这个方法! 源码中的switchButton.setOnClickListener方法被置空了……

抱歉,里面设置默认背景色的方法有点问题,漏了一行,应为 ` public void setNorBarBgColor(@ColorInt int norBarBgColor) { this.norBarBgColor = norBarBgColor; mBarBgPaint.setColor(norBarBgColor); } ` 带来的不便请多多包涵。

> Good morning. > > If you build after receiving the clone for testing, > > An error occurs. > > Unable to load class 'javax.xml.bind.JAXBException'. > This is an...