Sun

Results 5 comments of Sun

@tigerbalm Hi ~I have the same problem but not this application . I wonder know how to "Launch app using Chrome webview" . I want to reproduce this problem .

"wxid_xwpxlw11111"类似这样的id吧?朋友你真是太细致了!一直想拿到这个东西,这个id好像是唯一并且不变的,再学习学习

> 也不能获取flexboxlayout的行数。 1.0.0已经支持了

> 设置了MAXLINE=2.第2行后面显示不下的ITEM 都挤压到第2行了,是我配置不对吗? FlexboxLayoutManager flexboxLayoutManager = new FlexboxLayoutManager(this); > flexboxLayoutManager.setFlexWrap(FlexWrap.WRAP); // > flexboxLayoutManager.setFlexDirection(FlexDirection.ROW); //主轴项目排列方向 > flexboxLayoutManager.setAlignItems(AlignItems.CENTER); > flexboxLayoutManager.setJustifyContent(JustifyContent.FLEX_START); //对齐的方式,居中 > flexboxLayoutManager.setMaxLine(2); // 配合RECYCLERVIEW 好像有这个问题。。。那么setMaxLine并没什么卵用的样子 我这边是重写layoutmanager,一个一个测量摆放了。过程就跟viewGroup摆放控件似的。