walterFeng

Results 14 comments of walterFeng

thanks @sjaramillo10 . but in Autosizing TextViews, the text box is the specified height not width: ```xml ``` it is not working: ```xml ```

> 一样的问题,解决了吗? activity的windowSoftInputMode不用adjustNothing就行了

这个问题是因为下拉的过程中(手指抬起之前),你已经将adapter的数据清空了,但其实这个时候recyclerview也是需要不断刷新的数据显示的。修改方法。 1.更新至 compile 'com.jcodecraeer:xrecyclerview:1.3.2'或者最新 2.修改recyclerView的refresh()方法: recyclerView.refresh(); @Override onRefresh() { //dataList.clear();//放在这里就会出现这个问题。 HttpUtil.getData(new CallBack{ onSuccess(Model modelList){ dataList.clear();//应该放在这里。 dataList.addAll(modelList); adapter.notifyDataSetChanged(); recyclerView.refreshComplete(); } },url); }

在 https://github.com/laobie/StatusBarUtil/pull/280 中 此方法已作兼容处理: StatusBarUtil.setColor(this, Color.WHITE, 0); @qingtianyue

在 https://github.com/laobie/StatusBarUtil/pull/280 中, 对沉浸式状态栏做了兼容 见demo LightModeActivity.java @QianHong @thsai

StatusBarUtil.setColor(this, Color.WHITE, 0); StatusBarUtil.setLightMode(this); @mashihao

https://github.com/laobie/StatusBarUtil/pull/280 PopFisher

@jason1004 @ray26 @daibeekie 没测过安卓P,我这边测试通过了四个机型都是8.0,8.1,7.0的。release版没有发包(貌似我不知道怎么发),你可以自己clone代码打个包试试。

@ray26 请问Travis CI测试报如下错误知道是为什么吗? openssl aes-256-cbc -K $encrypted_6b42a8524af0_key -iv $encrypted_6b42a8524af0_iv -in monkeytong.jks.enc -out monkeytong.jks -d iv undefined

Copy and support it. got a solution https://pub.dev/packages/barcode_widgets