kimmy
kimmy
*Lottie is supported and developed on nights and weekends. Issues from [Lottie sponsors](https://github.com/users/gpeal/sponsorship) will be prioritized.* **If you don't use this template, your issue will be closed. Delete this text...
add custom headView、footView ``` public class HeadFootRecyclerAdapter extends EfficientRecyclerAdapter { private static final int HEAD_VIEW_TYPE = 3300; private static final int FOOT_VIEW_TYPE = HEAD_VIEW_TYPE + 1; private View mHeadView; private...
pomelo:0.82,websocket最新 以下是错误内容: Error: Cannot find module 'bytes' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (H:\PomeloWorkSpace\ChatDemo\chatofpomelo-websocket\we b-server\node_modules\express\node_modules\connect\lib\utils.js:384:22) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at...
是否有相关开关呢? It is recommended to refer to the following process before submitting issues:https://github.com/didi/DoraemonKit/issues/745 If you still cannot solve your problem, you can submit your issue according to the following template...
1.implementation 'com.scwang.smart:refresh-layout-horizontal:2.0.0' 2. 首先你必须版本是2.0.0,他的release tag里有。master上代码是错误的,footer居中了。 3. 其次布局里,SmartRefreshHorizontal的宽高必须是match_parent!他的高度外面要包一层容器来限制,比如 这样就能完美运行!