jiajun
Results
2
comments of
jiajun
我也是遇到同样的问题 现在相同的component的问题还没解决 PrivateReducerMixin 的Component中的Reducer 无法响应 action
VerticalCommentWidget.class中generateMarginLayoutParams方法 mLayoutParams = new LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT); 改为 mLayoutParams = new LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT); 将TextView的宽度保持与父控件一致 可以解决换行问题