Flowlayout's loadMoreView supports fullSpan,default is false

This commit is contained in:
pengfei.zhou
2021-10-11 18:32:14 +08:00
committed by osborn
parent 738c072ee4
commit f09f7859b9
7 changed files with 20 additions and 23 deletions

View File

@@ -55,6 +55,7 @@ class FlowDemo extends Panel {
{
backgroundColor: colors[500 % colors.length],
height: 50,
fullSpan: true,
layoutConfig: layoutConfig().configWidth(LayoutSpec.MOST),
})
}).in(rootView)